]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - pipes-text.cabal
raise contraint on text
[github/fretlink/text-pipes.git] / pipes-text.cabal
index 02cd1fce3a30075d2e5f6139519cc8b99c220c13..a1d57bb3c914752e211c565d6db84ea62fba1394 100644 (file)
@@ -1,5 +1,5 @@
 name:                pipes-text
-version:             0.0.0.5
+version:             0.0.0.6
 synopsis:            Text pipes.
 description:         Many of the pipes and other operations defined here mirror those in
                      the `pipes-bytestring` library. Folds like `length` and grouping 
@@ -45,7 +45,7 @@ library
   other-extensions:    RankNTypes
   build-depends:       base         >= 4       && < 5  ,
                        bytestring >=0.10       && < 0.11,
-                       text >=0.11             && < 1.2,
+                       text >=0.11.3           && < 1.2,
                        profunctors  >= 3.1.1   && < 4.1 ,
                        pipes >=4.0             && < 4.2,
                        pipes-group  >= 1.0.0   && < 1.1 ,