]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
text dependency upgraded
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Nov 2014 16:09:30 +0000 (11:09 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Nov 2014 16:09:30 +0000 (11:09 -0500)
pipes-text.cabal

index 041f2c7462331afbc7289f8b74f2f8fe909a8f19..134d992e1d7422f32a24238975bd190dba97cefe 100644 (file)
@@ -1,5 +1,5 @@
 name:                pipes-text
-version:             0.0.0.12
+version:             0.0.0.13
 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 ,
+                       text              >= 0.11.2  && < 1.2.1 ,
                        streaming-commons >= 0.1     && < 0.2 ,  
                        pipes             >= 4.0     && < 4.2 ,
                        pipes-group       >= 1.0.0   && < 1.1 ,