aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:30:32 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:30:32 -0500
commit955edd331812d8638f57a23ddcc90194ad7002b7 (patch)
tree7f832da066a52ec329f26dc793275a029dd00963 /pipes-text.cabal
parent2f4a83f82d206217456a035b7e8a1e56c585bfd0 (diff)
downloadtext-pipes-955edd331812d8638f57a23ddcc90194ad7002b7.tar.gz
text-pipes-955edd331812d8638f57a23ddcc90194ad7002b7.tar.zst
text-pipes-955edd331812d8638f57a23ddcc90194ad7002b7.zip
tutorial etc
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 041f2c7..bcd4911 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.12 2version: 0.0.0.14
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.2 , 39 text >= 0.11.2 && < 1.3 ,
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,6 @@ 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 53 exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial
54 build-depends: text >=0.11.3 && < 1.2 54 build-depends: text >=0.11.3 && < 1.3
55 55