[project @ 2000-03-17 15:00:25 by simonmar]
authorsimonmar <unknown>
Fri, 17 Mar 2000 15:00:25 +0000 (15:00 +0000)
committersimonmar <unknown>
Fri, 17 Mar 2000 15:00:25 +0000 (15:00 +0000)
don't export non-std stuff.

ghc/lib/std/IO.lhs

index a1af357..67a491f 100644 (file)
@@ -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__