aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes
diff options
context:
space:
mode:
Diffstat (limited to 'Pipes')
-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