]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
forgot to export some pipes
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 23 Oct 2013 16:56:19 +0000 (12:56 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 23 Oct 2013 16:56:19 +0000 (12:56 -0400)
Pipes/Text.hs
README.md

index d811ab5fd704ba59a6f290d20981cdf85be39735..a3e85b26ccb2cc7c55845354cd6a1378a0d7bcd2 100644 (file)
@@ -82,6 +82,9 @@ module Pipes.Text  (
     encodeUtf8,
     pack,
     unpack,
+    toCaseFold,
+    toLower,
+    toUpper,
     stripStart,
 
     -- * Folds
index a3e00faa161db5c8b686147cc6f02ababce260d5..82f8259c26aaed8e29e42b87d0892acc91e037b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ though `decodeUtf8` will then not exist.
      hi<Return>
      hi
      quit<Return>
-     >>> runSafeT $ runEffect $ readFile "README.md" >-> map toUpper >-> hoist lift stdout
+     >>> runSafeT $ runEffect $ readFile "README.md" >-> toUpper >-> hoist lift stdout
      TEXT-PIPES
      ==========
      ...
\ No newline at end of file