aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal12
1 files changed, 7 insertions, 5 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index 9af2a09..0807278 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.0 2version: 0.0.0.1
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
@@ -19,17 +19,19 @@ description: Many of the pipes and other operations defined here mirror
19 19
20homepage: https://github.com/michaelt/text-pipes 20homepage: https://github.com/michaelt/text-pipes
21bug-reports: https://github.com/michaelt/text-pipes/issues 21bug-reports: https://github.com/michaelt/text-pipes/issues
22
23license: BSD3 22license: BSD3
24license-file: LICENSE 23license-file: LICENSE
25author: Michael Thompson 24author: Michael Thompson
26maintainer: what_is_it_to_do_anything@yahoo.com 25maintainer: what_is_it_to_do_anything@yahoo.com
27category: Text, Pipes 26category: Text, Pipes
28
29build-type: Simple 27build-type: Simple
30cabal-version: >=1.10 28cabal-version: >=1.10
31extra-source-files: README.md 29
32 include/*.h 30extra-source-files: README.md include/*.h
31source-repository head
32 type: git
33 location: https://github.com/michaelt/text-pipes
34
33 35
34library 36library
35 c-sources: cbits/cbits.c 37 c-sources: cbits/cbits.c