aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 19:22:24 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 19:22:24 -0400
commit8ecc4880b4e91bcadb46e0e0f179586655939dba (patch)
treee31c30b8abaa66865fe05cede075858cdfab7b0f
parent682fbb8d6715033eea01176153bd0d3c67d7ef10 (diff)
downloadtext-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.tar.gz
text-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.tar.zst
text-pipes-8ecc4880b4e91bcadb46e0e0f179586655939dba.zip
readme
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9625b4f..b5f343a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
1pipes-text 1text-pipes
2========== 2==========
3 3
4These modules `Pipes.Text` and `Pipes.Text.Parse` use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and 4This repo is called `text-pipes`, but the package is named `pipes-text` as one might expect.
5The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and
5otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. 6otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations.
6The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it. 7The 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