aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:46:15 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-08 22:46:15 -0500
commit6777c14f343be247fc56d43d0d371d89065ffde5 (patch)
treec10540f067f540b1685edb50ff324ba24c599cc7
parent6f9d4cfec95d8a7ec3d63f7a5d23abf57329b3ed (diff)
downloadtext-pipes-6777c14f343be247fc56d43d0d371d89065ffde5.tar.gz
text-pipes-6777c14f343be247fc56d43d0d371d89065ffde5.tar.zst
text-pipes-6777c14f343be247fc56d43d0d371d89065ffde5.zip
export tutorial
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 1121db5..3da9aa8 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.15
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 .
@@ -50,5 +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 53 exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial
54 build-depends: text >=0.11.3 && < 1.3 54 build-depends: text >=0.11.3 && < 1.3