diff options
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r-- | pipes-text.cabal | 4 |
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 @@ | |||
1 | name: pipes-text | 1 | name: pipes-text |
2 | version: 0.0.0.2 | 2 | version: 0.0.0.4 |
3 | synopsis: Text pipes. | 3 | synopsis: Text pipes. |
4 | description: Many of the pipes and other operations defined here mirror those in | 4 | description: 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 | |||
31 | build-type: Simple | 31 | build-type: Simple |
32 | cabal-version: >=1.10 | 32 | cabal-version: >=1.10 |
33 | 33 | ||
34 | extra-source-files: README.md include/*.h | 34 | extra-source-files: README.md include/*.h changelog |
35 | source-repository head | 35 | source-repository head |
36 | type: git | 36 | type: git |
37 | location: https://github.com/michaelt/text-pipes | 37 | location: https://github.com/michaelt/text-pipes |