Add the utf8_bom codec
[ghc-base.git] / System / IO.hs
index 9560c26..4467974 100644 (file)
@@ -183,7 +183,7 @@ module System.IO (
     -- ** Unicode encodings
     TextEncoding, 
     latin1,
-    utf8, 
+    utf8, utf8_bom,
     utf16, utf16le, utf16be,
     utf32, utf32le, utf32be, 
     localeEncoding,