X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=bf26835eef628b0335ae9246723e0852295577aa;hb=7dbb606d7b57cdad87a0ffbdb6ea4a274ebca7c0;hp=f60ecadeeef24f913b0b500d86e9a75627ad0671;hpb=41e8fba828acbae1751628af50849f5352b27873;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index f60ecad..bf26835 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -201,6 +201,7 @@ module System.IO ( utf16, utf16le, utf16be, utf32, utf32le, utf32be, localeEncoding, + char8, mkTextEncoding, #endif @@ -245,7 +246,7 @@ import System.Posix.Types #ifdef __GLASGOW_HASKELL__ import GHC.Base -import GHC.IO hiding ( onException ) +import GHC.IO hiding ( bracket, onException ) import GHC.IO.IOMode import GHC.IO.Handle.FD import qualified GHC.IO.FD as FD