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. >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn hi hi quit >>> runSafeT $ runEffect $ readFile "README.md" >-> map toUpper >-> hoist lift stdout TEXT-PIPES ========== TEXT PIPES, SOMEHOW TO BE FUSED WITH `PIPES-TEXT`. ...