[project @ 1997-01-06 21:08:42 by simonpj]
[ghc-hetmet.git] / ghc / lib / ghc / IOHandle.lhs
index 67b1978..3e88c46 100644 (file)
@@ -10,9 +10,10 @@ which are supported for them.
 \begin{code}
 #include "error.h"
 
+{-# OPTIONS -fno-implicit-prelude #-}
+
 module IOHandle where
 
-import Prelude ()
 import ST
 import STBase
 import ArrBase ( ByteArray(..) )