[project @ 2002-09-19 13:24:52 by simonmar]
authorsimonmar <unknown>
Thu, 19 Sep 2002 13:24:52 +0000 (13:24 +0000)
committersimonmar <unknown>
Thu, 19 Sep 2002 13:24:52 +0000 (13:24 +0000)
Put this below the Prelude in the dependency tree.  I accidentally
created a loop with the latest change to Foreign.hs; this fixes it.

System/IO/Unsafe.hs

index b86fedd..9ace00c 100644 (file)
@@ -1,3 +1,4 @@
+{-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  System.IO.Unsafe
@@ -18,8 +19,6 @@ module System.IO.Unsafe (
    unsafeInterleaveIO, -- :: IO a -> IO a
   ) where
 
-import Prelude
-
 #ifdef __GLASGOW_HASKELL__
 import GHC.IOBase
 #endif