aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes/Text/Internal.hs
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-05 05:00:39 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-02-05 05:00:39 -0500
commitb23136b1aed02febbe0fa539c2b74edbecd9e1e0 (patch)
tree5e6a370c9ce5664a03823fdf34e32453030dbb32 /Pipes/Text/Internal.hs
parent02bc50d59d3312f8848f6aa3a2535828516eb135 (diff)
downloadtext-pipes-b23136b1aed02febbe0fa539c2b74edbecd9e1e0.tar.gz
text-pipes-b23136b1aed02febbe0fa539c2b74edbecd9e1e0.tar.zst
text-pipes-b23136b1aed02febbe0fa539c2b74edbecd9e1e0.zip
rearranged internal modules to placate haddock
Diffstat (limited to 'Pipes/Text/Internal.hs')
-rw-r--r--Pipes/Text/Internal.hs16
1 files changed, 4 insertions, 12 deletions
diff --git a/Pipes/Text/Internal.hs b/Pipes/Text/Internal.hs
index 2530b23..582ef14 100644
--- a/Pipes/Text/Internal.hs
+++ b/Pipes/Text/Internal.hs
@@ -1,15 +1,7 @@
1module Pipes.Text.Internal 1module Pipes.Text.Internal
2 ( Decoding(..) 2 (module Pipes.Text.Internal.Codec
3 , streamDecodeUtf8 3 , module Pipes.Text.Internal.Decoding
4 , decodeSomeUtf8
5 , Codec(..)
6 , TextException(..)
7 , utf8
8 , utf16_le
9 , utf16_be
10 , utf32_le
11 , utf32_be
12 ) where 4 ) where
13 5
14import Pipes.Text.Internal.Decoding 6import Pipes.Text.Internal.Codec
15import Pipes.Text.Internal.Codec \ No newline at end of file 7import Pipes.Text.Internal.Decoding \ No newline at end of file