]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
Readme corrected again
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 22 Oct 2013 22:56:14 +0000 (18:56 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Tue, 22 Oct 2013 22:56:14 +0000 (18:56 -0400)
README.md

index 6aac0ad6bced7eb7be354f30060a7820bd408109..9625b4ff81768cb3f54a508a5c04ab9bb8a6a024 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ pipes-text
 
 These modules `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.
 
      >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn
      hi<Return>