Add System.IO.char8, the encoding used by openBinaryFile,
[ghc-base.git] / System / IO.hs
index ab52244..bf26835 100644 (file)
@@ -201,6 +201,7 @@ module System.IO (
     utf16, utf16le, utf16be,
     utf32, utf32le, utf32be, 
     localeEncoding,
+    char8,
     mkTextEncoding,
 #endif