aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:34:33 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:34:33 -0500
commit04f81dff0ebebd3df971ee8b456dd3328c65ff84 (patch)
tree46741fdb52fd76c96f84bd46edc3afd2e6ffae39 /pipes-text.cabal
parent955edd331812d8638f57a23ddcc90194ad7002b7 (diff)
parente158530cf869b1921f25b58c2614b121b4f156d7 (diff)
downloadtext-pipes-04f81dff0ebebd3df971ee8b456dd3328c65ff84.tar.gz
text-pipes-04f81dff0ebebd3df971ee8b456dd3328c65ff84.tar.zst
text-pipes-04f81dff0ebebd3df971ee8b456dd3328c65ff84.zip
tutorial
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal9
1 files changed, 4 insertions, 5 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index bcd4911..06e7ff5 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.14 2version: 0.0.0.13
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 .
@@ -36,7 +36,7 @@ library
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.2.1 ,
40 streaming-commons >= 0.1 && < 0.2 , 40 streaming-commons >= 0.1 && < 0.2 ,
41 pipes >= 4.0 && < 4.2 , 41 pipes >= 4.0 && < 4.2 ,
42 pipes-group >= 1.0.0 && < 1.1 , 42 pipes-group >= 1.0.0 && < 1.1 ,
@@ -50,6 +50,5 @@ library
50 ghc-options: -O2 50 ghc-options: -O2
51 51
52 if !flag(noio) 52 if !flag(noio)
53 exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial 53 exposed-modules: Pipes.Text.IO
54 build-depends: text >=0.11.3 && < 1.3 54 build-depends: text >=0.11.3 && < 1.2
55