[project @ 2005-03-14 16:26:47 by simonmar]
[ghc-base.git] / GHC / IO.hs
index 6cc8aaa..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