From: simonmar Date: Fri, 17 Mar 2000 15:00:25 +0000 (+0000) Subject: [project @ 2000-03-17 15:00:25 by simonmar] X-Git-Tag: Approximately_9120_patches~4954 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01f6de9932c091e82d956868f215e6ba530e1d12;p=ghc-hetmet.git [project @ 2000-03-17 15:00:25 by simonmar] don't export non-std stuff. --- diff --git a/ghc/lib/std/IO.lhs b/ghc/lib/std/IO.lhs index a1af357..67a491f 100644 --- a/ghc/lib/std/IO.lhs +++ b/ghc/lib/std/IO.lhs @@ -83,13 +83,6 @@ module IO ( readIO, -- :: Read a => String -> IO a readLn, -- :: Read a => IO a -#ifndef __HUGS__ - -- extensions - hPutBuf, - hPutBufBA, -#endif - slurpFile - ) where #ifdef __HUGS__