aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-05 04:27:09 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-05 04:27:09 -0500
commit11777d08714298b5f56c9d49460d094caf49bcba (patch)
tree8eb3b059ca66f9e577b41b2df5984cb8248ec386
parent167f880504e05b19d3487c7ba701afa9633a2f41 (diff)
downloadtext-pipes-11777d08714298b5f56c9d49460d094caf49bcba.tar.gz
text-pipes-11777d08714298b5f56c9d49460d094caf49bcba.tar.zst
text-pipes-11777d08714298b5f56c9d49460d094caf49bcba.zip
changelog and cabal file arrangement
-rw-r--r--changelog7
-rw-r--r--pipes-text.cabal12
2 files changed, 14 insertions, 5 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..13fcb4e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,7 @@
1 # Version 0.0.0.1
2
3 * Omit `stdinLn` as likely to be dangerous through misunderstanding.
4
5 * Rearrange order of 'Internal' materials.
6
7
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