aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Thompson <what_is_it_to_do_anything@yahoo.com>2014-02-15 12:16:50 -0500
committerMichael Thompson <what_is_it_to_do_anything@yahoo.com>2014-02-15 12:16:50 -0500
commit6d64b4bd0ff71c32c5af37ffd87f7ecd5fc87bb3 (patch)
tree1d90ead5a38aa26a995c16ccc8047bc189db80f0
parent7012564176348bfb3cc25ce69661e8e436ab83a6 (diff)
parent8d71c6494d5536c83dcd7bf392360e819c202621 (diff)
downloadtext-pipes-6d64b4bd0ff71c32c5af37ffd87f7ecd5fc87bb3.tar.gz
text-pipes-6d64b4bd0ff71c32c5af37ffd87f7ecd5fc87bb3.tar.zst
text-pipes-6d64b4bd0ff71c32c5af37ffd87f7ecd5fc87bb3.zip
Merge pull request #6 from Gabriel439/patch-1
Loosen lower bound on `tex` for `noio`
-rw-r--r--pipes-text.cabal2
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,