From: simonmar Date: Thu, 19 Sep 2002 13:24:52 +0000 (+0000) Subject: [project @ 2002-09-19 13:24:52 by simonmar] X-Git-Tag: nhc98-1-18-release~848 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c7b4eba251450f71914238c406d5eb7d58181207;p=ghc-base.git [project @ 2002-09-19 13:24:52 by simonmar] Put this below the Prelude in the dependency tree. I accidentally created a loop with the latest change to Foreign.hs; this fixes it. --- diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs index b86fedd..9ace00c 100644 --- a/System/IO/Unsafe.hs +++ b/System/IO/Unsafe.hs @@ -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