aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index b4388be..4e77d1b 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -20,9 +20,9 @@ library
20 build-depends: base >= 4 && < 5 , 20 build-depends: base >= 4 && < 5 ,
21 transformers >= 0.2.0.0 && < 0.4, 21 transformers >= 0.2.0.0 && < 0.4,
22 pipes >=4.0 && < 4.2, 22 pipes >=4.0 && < 4.2,
23 pipes-parse >=2.0 && < 2.2, 23 pipes-parse >=2.0 && < 3.1,
24 pipes-safe, 24 pipes-safe,
25 pipes-bytestring >= 1.0 && < 1.2, 25 pipes-bytestring >= 1.0 && < 2.1,
26 transformers >= 0.3 && < 0.4, 26 transformers >= 0.3 && < 0.4,
27 text >=0.11 && < 0.12, 27 text >=0.11 && < 0.12,
28 bytestring >=0.10 && < 0.11, 28 bytestring >=0.10 && < 0.11,