From 02bc50d59d3312f8848f6aa3a2535828516eb135 Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 5 Feb 2014 04:35:05 -0500 Subject: [PATCH] cabal file more descriptive --- changelog | 5 ++++- pipes-text.cabal | 12 ++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index 13fcb4e..631aed3 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,10 @@ - # Version 0.0.0.1 + # Version 0.0.0.2 * Omit `stdinLn` as likely to be dangerous through misunderstanding. + + # Version 0.0.0.1 + * Rearrange order of 'Internal' materials. diff --git a/pipes-text.cabal b/pipes-text.cabal index 0807278..cb828a7 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,13 +1,17 @@ name: pipes-text -version: 0.0.0.1 +version: 0.0.0.2 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. -- 2.41.0