Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / System / Posix / Internals.hs-boot
diff --git a/System/Posix/Internals.hs-boot b/System/Posix/Internals.hs-boot
new file mode 100644 (file)
index 0000000..40415fc
--- /dev/null
@@ -0,0 +1,7 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+module System.Posix.Internals where
+
+import GHC.IO
+import GHC.Base
+
+puts :: String -> IO ()