diff options
-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 | ||