Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / GHC / IO / Encoding.hs-boot
diff --git a/GHC/IO/Encoding.hs-boot b/GHC/IO/Encoding.hs-boot
new file mode 100644 (file)
index 0000000..9223cc3
--- /dev/null
@@ -0,0 +1,6 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+module GHC.IO.Encoding where
+
+import GHC.IO.Encoding.Types
+
+localeEncoding, fileSystemEncoding, foreignEncoding :: TextEncoding
\ No newline at end of file