From c7b4eba251450f71914238c406d5eb7d58181207 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 Sep 2002 13:24:52 +0000 Subject: [PATCH] [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. --- System/IO/Unsafe.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4