[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / Panic.lhs
index e4c8cda..fd6839b 100644 (file)
@@ -16,15 +16,17 @@ module Panic
      showGhcException
    ) where
 
+#include "HsVersions.h"
+
 import Config
 import FastTypes
 
-import Dynamic
-import IOExts
-import Exception
+import DYNAMIC
+import EXCEPTION
+import TRACE           ( trace )
+import UNSAFE_IO       ( unsafePerformIO )
 
 import System
-#include "HsVersions.h"
 \end{code}
 
 GHC's own exception type.