]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
Merge pull request #6 from Gabriel439/patch-1
authorMichael Thompson <what_is_it_to_do_anything@yahoo.com>
Sat, 15 Feb 2014 17:16:50 +0000 (12:16 -0500)
committerMichael Thompson <what_is_it_to_do_anything@yahoo.com>
Sat, 15 Feb 2014 17:16:50 +0000 (12:16 -0500)
Loosen lower bound on `tex` for `noio`

pipes-text.cabal

index 017d41c3ddb719047a6fa039dd99d22bf4e86866..be433979e8726487b656293b7d63769cbd33ef2f 100644 (file)
@@ -44,7 +44,7 @@ library
   exposed-modules:     Pipes.Text, Pipes.Text.Encoding
   build-depends:       base >= 4                  && < 5  ,
                        bytestring >= 0.9                  ,
-                       text >=0.11.3              && < 1.2,
+                       text >=0.11.2              && < 1.2,
                        text-stream-decode >= 0.1  && < 0.2,  
                        profunctors  >= 3.1.1      && < 4.1,
                        pipes >=4.0                && < 4.2,