From: simonmar Date: Wed, 4 Sep 2002 11:06:19 +0000 (+0000) Subject: [project @ 2002-09-04 11:06:19 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1722 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=49bc5096793c59e5d29c328c46c6aa6585f51c2c;p=ghc-hetmet.git [project @ 2002-09-04 11:06:19 by simonmar] Import fixups --- diff --git a/ghc/compiler/compMan/CompManager.lhs b/ghc/compiler/compMan/CompManager.lhs index 0c7ead9..dbf82f1 100644 --- a/ghc/compiler/compMan/CompManager.lhs +++ b/ghc/compiler/compMan/CompManager.lhs @@ -90,7 +90,7 @@ import Panic import CmdLineOpts ( DynFlags(..), getDynFlags ) import Maybes ( expectJust ) -import IOExts +import DATA_IOREF ( readIORef ) #ifdef GHCI import RdrName ( lookupRdrEnv ) @@ -100,10 +100,9 @@ import VarEnv ( emptyTidyEnv ) import BasicTypes ( Fixity, defaultFixity ) import Interpreter ( HValue ) import HscMain ( hscStmt ) -import GlaExts ( unsafeCoerce# ) +import GHC.Exts ( unsafeCoerce# ) import Foreign -import CForeign -import Exception ( Exception, try ) +import Control.Exception as Exception ( Exception, try ) #endif import EXCEPTION ( throwDyn )