diff options
-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 , |