aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2015-09-11 12:48:31 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2015-09-11 12:48:31 -0400
commite8336ba6e87895481d76907e7492d3cde571430c (patch)
tree7df06e81c3284e0eb5c56bb95b942f3e533bcb0c /pipes-text.cabal
parentedd8726a468112705d247312c8d7edac5c5cd04e (diff)
downloadtext-pipes-e8336ba6e87895481d76907e7492d3cde571430c.tar.gz
text-pipes-e8336ba6e87895481d76907e7492d3cde571430c.tar.zst
text-pipes-e8336ba6e87895481d76907e7492d3cde571430c.zip
detritus
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 673d122..0d5e42f 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -34,7 +34,7 @@ flag noio
34 34
35library 35library
36 exposed-modules: Pipes.Text, Pipes.Text.Encoding 36 exposed-modules: Pipes.Text, Pipes.Text.Encoding
37 build-depends: base >= 4 && < 5 , 37 build-depends: base >= 4 && < 5 ,
38 bytestring >= 0.9.2.1 && < 0.11, 38 bytestring >= 0.9.2.1 && < 0.11,
39 text >= 0.11.2 && < 1.3 , 39 text >= 0.11.2 && < 1.3 ,
40 streaming-commons >= 0.1 && < 0.2 , 40 streaming-commons >= 0.1 && < 0.2 ,