From 11b2cbe97317e97e5bf532df2d897f96985178cc Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 4 Feb 2014 22:36:55 -0500 Subject: [PATCH] verbose project description added. --- .DS_Store | Bin 6148 -> 6148 bytes pipes-text.cabal | 25 +++++++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.DS_Store b/.DS_Store index 1538af89d47381f7521569da11d3372145b4fae6..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 100644 GIT binary patch delta 69 zcmZoMXfc=|#>AjHu~2NHo+1YW5HK<@2yFhyD8{ylX%^#Vb`E|Hpgd6EJM(0I5k*d* SG(!SN-DDFU<;^i7E0_TqCl31n delta 305 zcmZoMXfc=|#>B`mF;Q%yo}wrd0|Nsi1A_oVQh9MfQcivnkiULn;_`Zs1Pen7LncEp zLkY5EQbA5;afyM!HAW_87FITP4o*%Eo|y2=yp;TMr~J~ql;Y^%jQsN8%#_rm#G+U* zyCkuswAd-J2rLtjSdsyh0kcE$^K*dg7^v#-%#@Ohcmav(>O><;6CDLZW0P7Pg=%wi z104kuV~g5aP7V%EfhG=7B|RIDki?qWy7~s7JAr@^=m{|3h0-vp3CMu^qb#^6FDE}Q u9Vo`QF;RwXvVjQ8W^N8{4q$+6O#IF~nO{Va736b;$%Z1rn>|GKFarQhZcLs4 diff --git a/pipes-text.cabal b/pipes-text.cabal index fda6f59..1333f92 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,13 +1,15 @@ name: pipes-text -version: 0.1.0.0 +version: 0.0.1.0 synopsis: Text pipes. -description: Most of the pipes and other operations defined in `pipes-text` - closely mirrors the `pipes-bytestring` library, simply adjusting for - the difference between strict `ByteString` and strict `Text`, and between - `Word8` and `Char`. To this core are added some simple functions - some akin to the `String` operations in `Pipes.Prelude`, some like the - utilities in `Data.Text`. - +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. + . + To this core are added 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. - are conveniences akin to those in `Data.Text.IO` which e.g. try to find the system encoding and use the exceptions defined in the `text` @@ -15,12 +17,15 @@ description: Most of the pipes and other operations defined in `pipes-te `pipes-bytestring` in conjuntion with 'pure' operations like `decodeUtf8` and `encodeUtf8` that are defined here. -homepage: github.com/michaelt/text-pipes +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 @@ -34,7 +39,7 @@ library other-extensions: RankNTypes build-depends: base >= 4 && < 5 , bytestring >=0.10 && < 0.11, - text >=0.11 && < 0.12, + text >=0.11 && < 1.2, profunctors >= 3.1.1 && < 4.1 , pipes >=4.0 && < 4.2, pipes-group >= 1.0.0 && < 1.1 , -- 2.41.0