aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-04 23:46:30 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-04 23:46:30 -0500
commit7c9f2b8b11f51b2a4e9dcd6e8168e34f1135d6e2 (patch)
tree8123141a2f8ab16885456713788f6c5fa9defecf /pipes-text.cabal
parent11b2cbe97317e97e5bf532df2d897f96985178cc (diff)
downloadtext-pipes-7c9f2b8b11f51b2a4e9dcd6e8168e34f1135d6e2.tar.gz
text-pipes-7c9f2b8b11f51b2a4e9dcd6e8168e34f1135d6e2.tar.zst
text-pipes-7c9f2b8b11f51b2a4e9dcd6e8168e34f1135d6e2.zip
special Internal module
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 1333f92..9af2a09 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.0.0
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: Many of the pipes and other operations defined here mirror those in 4description: Many of the pipes and other operations defined here mirror those in
5 the `pipes-bytestring` library. Folds like `length` and grouping 5 the `pipes-bytestring` library. Folds like `length` and grouping
@@ -34,8 +34,8 @@ extra-source-files: README.md
34library 34library
35 c-sources: cbits/cbits.c 35 c-sources: cbits/cbits.c
36 include-dirs: include 36 include-dirs: include
37 exposed-modules: Pipes.Text, Pipes.Text.Internal.Decoding, Pipes.Text.Internal.Codec 37 exposed-modules: Pipes.Text, Pipes.Text.Internal
38 -- other-modules: 38 other-modules: Pipes.Text.Internal.Decoding, Pipes.Text.Internal.Codec
39 other-extensions: RankNTypes 39 other-extensions: RankNTypes
40 build-depends: base >= 4 && < 5 , 40 build-depends: base >= 4 && < 5 ,
41 bytestring >=0.10 && < 0.11, 41 bytestring >=0.10 && < 0.11,