[project @ 2005-03-14 16:26:47 by simonmar]
[ghc-base.git] / GHC / IO.hs
index aa4c0c8..d8dbbb9 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -16,6 +16,7 @@
 --
 -----------------------------------------------------------------------------
 
+-- #hide
 module GHC.IO ( 
    hWaitForInput, hGetChar, hGetLine, hGetContents, hPutChar, hPutStr,
    commitBuffer',      -- hack, see below
@@ -27,8 +28,6 @@ module GHC.IO (
    memcpy_baoff_ptr,
  ) where
 
-#include "ghcconfig.h"
-
 import Foreign
 import Foreign.C