[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / compMan / CompManager.lhs
index 15203f4..2e56d37 100644 (file)
@@ -101,8 +101,7 @@ import VarEnv               ( emptyTidyEnv )
 import BasicTypes      ( Fixity, defaultFixity )
 import Interpreter     ( HValue )
 import HscMain         ( hscStmt )
-import PrelGHC         ( unsafeCoerce# )
-
+import GlaExts         ( unsafeCoerce# )
 import Foreign
 import CForeign
 import Exception       ( Exception, try )