]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
corrected noio dependency
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Sun, 9 Nov 2014 03:39:56 +0000 (22:39 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Sun, 9 Nov 2014 03:39:56 +0000 (22:39 -0500)
pipes-text.cabal

index 06e7ff599ceb035980553506309331f3a0f474b6..1121db5f43d9c8c86b6cd884bedfaa8471b45da3 100644 (file)
@@ -1,5 +1,5 @@
 name:                pipes-text
-version:             0.0.0.13
+version:             0.0.0.14
 synopsis:            Text pipes.
 description:         * 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>
                      .
@@ -36,7 +36,7 @@ library
   exposed-modules:     Pipes.Text, Pipes.Text.Encoding
   build-depends:       base              >= 4       && < 5   ,
                        bytestring        >= 0.9.2.1 && < 0.11,
-                       text              >= 0.11.2  && < 1.2.1 ,
+                       text              >= 0.11.2  && < 1.3 ,
                        streaming-commons >= 0.1     && < 0.2 ,  
                        pipes             >= 4.0     && < 4.2 ,
                        pipes-group       >= 1.0.0   && < 1.1 ,
@@ -51,4 +51,4 @@ library
 
   if !flag(noio)
     exposed-modules:   Pipes.Text.IO
-    build-depends:     text >=0.11.3              && < 1.2
+    build-depends:     text >=0.11.3              && < 1.3