]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
readme
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 22 Oct 2013 23:22:24 +0000 (19:22 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 22 Oct 2013 23:22:24 +0000 (19:22 -0400)
README.md

index 9625b4ff81768cb3f54a508a5c04ab9bb8a6a024..b5f343a6a60f75660f9c68e54cd8395cf418ff0a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-pipes-text
+text-pipes
 ==========
 
-These modules `Pipes.Text` and `Pipes.Text.Parse` use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and 
+This repo is called `text-pipes`, but the package is named `pipes-text` as one might expect.  
+The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and 
 otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations.
 The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it.