From 01f6de9932c091e82d956868f215e6ba530e1d12 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 17 Mar 2000 15:00:25 +0000 Subject: [PATCH] [project @ 2000-03-17 15:00:25 by simonmar] don't export non-std stuff. --- ghc/lib/std/IO.lhs | 7 ------- 1 file changed, 7 deletions(-) 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__ -- 1.7.10.4