]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
Readme
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Sat, 5 Oct 2013 02:33:11 +0000 (22:33 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Sat, 5 Oct 2013 02:33:11 +0000 (22:33 -0400)
README.md

index 3befd45a7a37d8db2e9610722283b1bbdd39b4fd..71550b87cc50488a2e0d2d8a5bef2052883d7186 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 text-pipes
 ==========
 
-Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text).
-This follows the pattern of `pipes-bytestring` (largely by skillful use of the
-expedient of regular expressions), and adds a few 
-`pipes-prelude`-like operations for testing.
+Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text) 
+which uses an upcoming version of the `text` library to link bytestring and text.
+
+This module follows the pattern of `pipes-bytestring` (largely by skillful use of the
+expedient of regular expressions), and adds a few `pipes-prelude`-like operations.
 
 
      >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn