aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal10
1 files changed, 4 insertions, 6 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 4e77d1b..1a3e437 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -18,16 +18,14 @@ library
18 -- other-modules: 18 -- other-modules:
19 other-extensions: RankNTypes 19 other-extensions: RankNTypes
20 build-depends: base >= 4 && < 5 , 20 build-depends: base >= 4 && < 5 ,
21 transformers >= 0.2.0.0 && < 0.4, 21 bytestring >=0.10 && < 0.11,
22 text >=0.11 && < 0.12,
23 profunctors >= 3.1.1 && < 4.1 ,
22 pipes >=4.0 && < 4.2, 24 pipes >=4.0 && < 4.2,
23 pipes-parse >=2.0 && < 3.1, 25 pipes-parse >=2.0 && < 3.1,
24 pipes-safe, 26 pipes-safe,
25 pipes-bytestring >= 1.0 && < 2.1, 27 pipes-bytestring >= 1.0 && < 2.1,
26 transformers >= 0.3 && < 0.4, 28 transformers >= 0.2.0.0 && < 0.4
27 text >=0.11 && < 0.12,
28 bytestring >=0.10 && < 0.11,
29 vector,
30 void
31 -- hs-source-dirs: 29 -- hs-source-dirs:
32 default-language: Haskell2010 30 default-language: Haskell2010
33 ghc-options: -O2 31 ghc-options: -O2