]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
Update pipes-text.cabal
authorGabriel Gonzalez <Gabriel439@gmail.com>
Sat, 15 Feb 2014 16:54:54 +0000 (08:54 -0800)
committerGabriel Gonzalez <Gabriel439@gmail.com>
Sat, 15 Feb 2014 16:54:54 +0000 (08:54 -0800)
This lowers the bound on `text` when compiling with `-f 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,