diff options
author | Gabriel Gonzalez <Gabriel439@gmail.com> | 2014-02-15 08:54:54 -0800 |
---|---|---|
committer | Gabriel Gonzalez <Gabriel439@gmail.com> | 2014-02-15 08:54:54 -0800 |
commit | 8d71c6494d5536c83dcd7bf392360e819c202621 (patch) | |
tree | 1d90ead5a38aa26a995c16ccc8047bc189db80f0 | |
parent | 7012564176348bfb3cc25ce69661e8e436ab83a6 (diff) | |
download | text-pipes-8d71c6494d5536c83dcd7bf392360e819c202621.tar.gz text-pipes-8d71c6494d5536c83dcd7bf392360e819c202621.tar.zst text-pipes-8d71c6494d5536c83dcd7bf392360e819c202621.zip |
Update pipes-text.cabal
This lowers the bound on `text` when compiling with `-f noio`
-rw-r--r-- | pipes-text.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
44 | exposed-modules: Pipes.Text, Pipes.Text.Encoding | 44 | exposed-modules: Pipes.Text, Pipes.Text.Encoding |
45 | build-depends: base >= 4 && < 5 , | 45 | build-depends: base >= 4 && < 5 , |
46 | bytestring >= 0.9 , | 46 | bytestring >= 0.9 , |
47 | text >=0.11.3 && < 1.2, | 47 | text >=0.11.2 && < 1.2, |
48 | text-stream-decode >= 0.1 && < 0.2, | 48 | text-stream-decode >= 0.1 && < 0.2, |
49 | profunctors >= 3.1.1 && < 4.1, | 49 | profunctors >= 3.1.1 && < 4.1, |
50 | pipes >=4.0 && < 4.2, | 50 | pipes >=4.0 && < 4.2, |