aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
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 cb828a7..c5b47d0 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.2 2version: 0.0.0.4
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
@@ -31,7 +31,7 @@ category: Text, Pipes
31build-type: Simple 31build-type: Simple
32cabal-version: >=1.10 32cabal-version: >=1.10
33 33
34extra-source-files: README.md include/*.h 34extra-source-files: README.md include/*.h changelog
35source-repository head 35source-repository head
36 type: git 36 type: git
37 location: https://github.com/michaelt/text-pipes 37 location: https://github.com/michaelt/text-pipes