From b23136b1aed02febbe0fa539c2b74edbecd9e1e0 Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 5 Feb 2014 05:00:39 -0500 Subject: rearranged internal modules to placate haddock --- Pipes/Text/Internal.hs | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'Pipes/Text/Internal.hs') 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 @@ module Pipes.Text.Internal - ( Decoding(..) - , streamDecodeUtf8 - , decodeSomeUtf8 - , Codec(..) - , TextException(..) - , utf8 - , utf16_le - , utf16_be - , utf32_le - , utf32_be + (module Pipes.Text.Internal.Codec + , module Pipes.Text.Internal.Decoding ) where -import Pipes.Text.Internal.Decoding -import Pipes.Text.Internal.Codec \ No newline at end of file +import Pipes.Text.Internal.Codec +import Pipes.Text.Internal.Decoding \ No newline at end of file -- cgit v1.2.3