Add Haskell types for C types useconds_t and suseconds_t, which are respectively...
[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