aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
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,