]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
changelog and cabal file arrangement
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Feb 2014 09:27:09 +0000 (04:27 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Feb 2014 09:27:09 +0000 (04:27 -0500)
changelog [new file with mode: 0644]
pipes-text.cabal

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..13fcb4e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,7 @@
+ # Version 0.0.0.1
+
+ * Omit `stdinLn` as likely to be dangerous through misunderstanding.
+
+ * Rearrange order of 'Internal' materials.
+
+
index 9af2a09c4dd12f248056e4a3e2c7af921c2289c0..08072781ca22399e0310f9e1fb8e386cec43f762 100644 (file)
@@ -1,5 +1,5 @@
 name:                pipes-text
-version:             0.0.0.0
+version:             0.0.0.1
 synopsis:            Text pipes.
 description:         Many of the pipes and other operations defined here mirror those in
                      the `pipes-bytestring` library. Folds like `length` and grouping 
@@ -19,17 +19,19 @@ description:         Many of the pipes and other operations defined here mirror
 
 homepage:            https://github.com/michaelt/text-pipes
 bug-reports:         https://github.com/michaelt/text-pipes/issues
-
 license:             BSD3
 license-file:        LICENSE
 author:              Michael Thompson
 maintainer:          what_is_it_to_do_anything@yahoo.com
 category:            Text, Pipes
-
 build-type:          Simple
 cabal-version:       >=1.10
-extra-source-files: README.md
-                    include/*.h 
+
+extra-source-files: README.md include/*.h
+source-repository head
+    type: git
+    location: https://github.com/michaelt/text-pipes
+
 
 library
   c-sources:    cbits/cbits.c