From 8d71c6494d5536c83dcd7bf392360e819c202621 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 15 Feb 2014 08:54:54 -0800 Subject: [PATCH] Update pipes-text.cabal This lowers the bound on `text` when compiling with `-f noio` --- pipes-text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes-text.cabal b/pipes-text.cabal index 017d41c..be43397 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -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, -- 2.41.0