diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-02-08 18:14:32 -0500 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-02-08 18:14:32 -0500 |
commit | 2a3b4d7143728858d4e3dc401bdc369346da9027 (patch) | |
tree | d57417f585ca5e35d03dc1058df0357d903ae2e5 | |
parent | 662175887cdb8724ff8a0acbd2e50f4aee853adc (diff) | |
download | text-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.tar.gz text-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.tar.zst text-pipes-2a3b4d7143728858d4e3dc401bdc369346da9027.zip |
raise contraint on text
-rw-r--r-- | pipes-text.cabal | 4 |
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 @@ | |||
1 | name: pipes-text | 1 | name: pipes-text |
2 | version: 0.0.0.5 | 2 | version: 0.0.0.6 |
3 | synopsis: Text pipes. | 3 | synopsis: Text pipes. |
4 | description: Many of the pipes and other operations defined here mirror those in | 4 | description: 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 , |