diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2013-10-22 19:22:24 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2013-10-22 19:22:24 -0400 |
commit | 8ecc4880b4e91bcadb46e0e0f179586655939dba (patch) | |
tree | e31c30b8abaa66865fe05cede075858cdfab7b0f | |
parent | 682fbb8d6715033eea01176153bd0d3c67d7ef10 (diff) | |
download | text-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.tar.gz text-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.tar.zst text-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.zip |
readme
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ | |||
1 | pipes-text | 1 | text-pipes |
2 | ========== | 2 | ========== |
3 | 3 | ||
4 | These modules `Pipes.Text` and `Pipes.Text.Parse` use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and | 4 | This repo is called `text-pipes`, but the package is named `pipes-text` as one might expect. |
5 | The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and | ||
5 | otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. | 6 | otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. |
6 | The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it. | 7 | The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it. |
7 | 8 | ||