Rewrite of the IO library, including Unicode support
[ghc-base.git] / GHC / IO / Handle.hs-boot
diff --git a/GHC/IO/Handle.hs-boot b/GHC/IO/Handle.hs-boot
new file mode 100644 (file)
index 0000000..68379e2
--- /dev/null
@@ -0,0 +1,8 @@
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+
+module GHC.IO.Handle where
+
+import GHC.IO
+import GHC.IO.Handle.Types
+
+hFlush :: Handle -> IO ()