From 49bc5096793c59e5d29c328c46c6aa6585f51c2c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 4 Sep 2002 11:06:19 +0000 Subject: [PATCH] [project @ 2002-09-04 11:06:19 by simonmar] Import fixups --- ghc/compiler/compMan/CompManager.lhs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ) -- 1.7.10.4