[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / nativeGen / MachCode.lhs
index 737f1fa..8ac49b8 100644 (file)
@@ -48,9 +48,9 @@ import CmdLineOpts    ( opt_Static )
 import Stix            ( pprStixStmt )
 
 -- DEBUGGING ONLY
-import IOExts          ( trace )
 import Outputable      ( assertPanic )
 import FastString
+import TRACE           ( trace )
 
 infixr 3 `bind`
 \end{code}