]> git.immae.eu Git - github/fretlink/text-pipes.git/blobdiff - pipes-text.cabal
Merge pull request #5 from Gabriel439/fix-scan
[github/fretlink/text-pipes.git] / pipes-text.cabal
index 9af2a09c4dd12f248056e4a3e2c7af921c2289c0..02cd1fce3a30075d2e5f6139519cc8b99c220c13 100644 (file)
@@ -1,13 +1,17 @@
 name:                pipes-text
-version:             0.0.0.0
+version:             0.0.0.5
 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 
                      operations like `lines` simply  adjust for the differences between 
-                     `ByteString` and `Text` and `Word8` and `Char`. The distinctive feature
-                     of the library is the `Text/ByteString` encoding and decoding apparatus.
+                     `ByteString` and `Text` and `Word8` and `Char`. It is hoped that this
+                     homogeneity will aid in learning the terms and programming style associated
+                     with both of them.  
                      .
-                     To this core are added some simple functions akin to the `String` 
+                     The most distinctive addition of the library to that core is the 
+                     apparatus for encoding and decoding `Text` and `ByteString`.
+                     .
+                     Also defined are some simple functions akin to the `String` 
                      operations in `Pipes.Prelude`, and others like the utilities in `Data.Text`.  
                      .
                      All of the `IO` operations defined here - e.g `readFile`, `stdout` etc. 
@@ -19,17 +23,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 changelog
+source-repository head
+    type: git
+    location: https://github.com/michaelt/text-pipes
+
 
 library
   c-sources:    cbits/cbits.c