aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2016-02-06 17:09:45 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2016-02-06 17:09:45 -0500
commit5f3c3763ec355affc1b3219c9c6a072d36349ce3 (patch)
tree295144aedc361fce0e384221e1b2729fc1a85879 /pipes-text.cabal
parentb6f8504f1bbd2c388af30752ff32c52a48644706 (diff)
downloadtext-pipes-5f3c3763ec355affc1b3219c9c6a072d36349ce3.tar.gz
text-pipes-5f3c3763ec355affc1b3219c9c6a072d36349ce3.tar.zst
text-pipes-5f3c3763ec355affc1b3219c9c6a072d36349ce3.zip
separated line-based material
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index bd58457..fe77644 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.1.0 2version: 0.0.2.0
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: * This organization of the package follows the rule 4description: * This organization of the package follows the rule
5 . 5 .
@@ -48,5 +48,5 @@ library
48 ghc-options: -O2 48 ghc-options: -O2
49 49
50 if !flag(noio) 50 if !flag(noio)
51 exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial 51 exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial, Pipes.Prelude.Text
52 build-depends: text >=0.11.3 && < 1.3 52 build-depends: text >=0.11.3 && < 1.3