aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-08 18:14:32 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-08 18:14:32 -0500
commit2a3b4d7143728858d4e3dc401bdc369346da9027 (patch)
treed57417f585ca5e35d03dc1058df0357d903ae2e5
parent662175887cdb8724ff8a0acbd2e50f4aee853adc (diff)
downloadtext-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.tar.gz
text-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.tar.zst
text-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.zip
raise contraint on text
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 02cd1fc..a1d57bb 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.5 2version: 0.0.0.6
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: Many of the pipes and other operations defined here mirror those in 4description: Many of the pipes and other operations defined here mirror those in
5 the `pipes-bytestring` library. Folds like `length` and grouping 5 the `pipes-bytestring` library. Folds like `length` and grouping
@@ -45,7 +45,7 @@ library
45 other-extensions: RankNTypes 45 other-extensions: RankNTypes
46 build-depends: base >= 4 && < 5 , 46 build-depends: base >= 4 && < 5 ,
47 bytestring >=0.10 && < 0.11, 47 bytestring >=0.10 && < 0.11,
48 text >=0.11 && < 1.2, 48 text >=0.11.3 && < 1.2,
49 profunctors >= 3.1.1 && < 4.1 , 49 profunctors >= 3.1.1 && < 4.1 ,
50 pipes >=4.0 && < 4.2, 50 pipes >=4.0 && < 4.2,
51 pipes-group >= 1.0.0 && < 1.1 , 51 pipes-group >= 1.0.0 && < 1.1 ,