aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal25
1 files changed, 13 insertions, 12 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index f4e554d..4f1602c 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.10 2version: 0.0.0.11
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: * This package will be in a draft, or testing, phase until version 0.0.1. Please report any installation difficulties, or any wisdom about the api, on the github page or the <https://groups.google.com/forum/#!forum/haskell-pipes pipes list> 4description: * This package will be in a draft, or testing, phase until version 0.0.1. Please report any installation difficulties, or any wisdom about the api, on the github page or the <https://groups.google.com/forum/#!forum/haskell-pipes pipes list>
5 . 5 .
@@ -34,17 +34,18 @@ 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 , 38 bytestring >= 0.9.2.1 && < 0.11,
39 text >=0.11.2 && < 1.2, 39 text >= 0.11.2 && < 1.2 ,
40 text-stream-decode >= 0.1 && < 0.2, 40 streaming-commons >= 0.1 && < 0.2 ,
41 profunctors >= 3.1.1 && < 4.1, 41 profunctors >= 3.1.1 && < 4.1 ,
42 pipes >=4.0 && < 4.2, 42 pipes >= 4.0 && < 4.2 ,
43 pipes-group >= 1.0.0 && < 1.1, 43 pipes-group >= 1.0.0 && < 1.1 ,
44 pipes-parse >=2.0 && < 3.1, 44 pipes-parse >= 3.0.0 && < 3.1 ,
45 pipes-safe, 45 pipes-safe >= 2.1 && < 2.3 ,
46 pipes-bytestring >= 1.0 && < 2.1, 46 pipes-bytestring >= 1.0 && < 2.1 ,
47 transformers >= 0.2.0.0 && < 0.4 47 transformers >= 0.2.0.0 && < 0.5
48
48 other-extensions: RankNTypes 49 other-extensions: RankNTypes
49 default-language: Haskell2010 50 default-language: Haskell2010
50 ghc-options: -O2 51 ghc-options: -O2