From d98ea699f95ebd132da616c3eb7bb1322d058dbd Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 22 Oct 2013 18:56:14 -0400 Subject: Readme corrected again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aac0ad..9625b4f 100644 --- 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 -- cgit v1.2.3