aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 2a81745..0b5db95 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.11 2version: 0.0.0.12
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: * This package will be in a draft, or testing, phase until version 0.0.1. Please report any installation difficulties, or any wisdom about the api, on the github page or the <https://groups.google.com/forum/#!forum/haskell-pipes pipes list> 4description: * This package will be in a draft, or testing, phase until version 0.0.1. Please report any installation difficulties, or any wisdom about the api, on the github page or the <https://groups.google.com/forum/#!forum/haskell-pipes pipes list>
5 . 5 .
@@ -43,7 +43,7 @@ library
43 pipes-group >= 1.0.0 && < 1.1 , 43 pipes-group >= 1.0.0 && < 1.1 ,
44 pipes-parse >= 3.0.0 && < 3.1 , 44 pipes-parse >= 3.0.0 && < 3.1 ,
45 pipes-safe >= 2.1 && < 2.3 , 45 pipes-safe >= 2.1 && < 2.3 ,
46 pipes-bytestring >= 1.0 && < 2.1 , 46 pipes-bytestring >= 1.0 && < 2.2 ,
47 transformers >= 0.2.0.0 && < 0.5 47 transformers >= 0.2.0.0 && < 0.5
48 48
49 other-extensions: RankNTypes 49 other-extensions: RankNTypes