aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes/Text.hs
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-23 12:56:19 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-23 12:56:19 -0400
commit1d2434b57d4f810867794e68432468b0a200aab1 (patch)
tree1c132aef378ca663bc5c9bf1ab9d9fc8ba77770b /Pipes/Text.hs
parent434362b1d2ef75552f1328e47ad293e1f4c59cf1 (diff)
downloadtext-pipes-1d2434b57d4f810867794e68432468b0a200aab1.tar.gz
text-pipes-1d2434b57d4f810867794e68432468b0a200aab1.tar.zst
text-pipes-1d2434b57d4f810867794e68432468b0a200aab1.zip
forgot to export some pipes
Diffstat (limited to 'Pipes/Text.hs')
-rw-r--r--Pipes/Text.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipes/Text.hs b/Pipes/Text.hs
index d811ab5..a3e85b2 100644
--- a/Pipes/Text.hs
+++ b/Pipes/Text.hs
@@ -82,6 +82,9 @@ module Pipes.Text (
82 encodeUtf8, 82 encodeUtf8,
83 pack, 83 pack,
84 unpack, 84 unpack,
85 toCaseFold,
86 toLower,
87 toUpper,
85 stripStart, 88 stripStart,
86 89
87 -- * Folds 90 -- * Folds