X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIO.hs;h=d8dbbb90662d20620342be6303d1d1ca67a0356e;hb=b1f2e321ceac8fcfc1f0756e2f5c2585fbd00b3c;hp=6cc8aaac298d144d546d5cb5881b12308d7d0af5;hpb=bb534f206682be14daf72b33c6105ab27295c6ac;p=ghc-base.git diff --git a/GHC/IO.hs b/GHC/IO.hs index 6cc8aaa..d8dbbb9 100644 --- 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