cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / utils / FastBool.lhs
index ee9b40f..32cb7ae 100644 (file)
@@ -13,7 +13,9 @@ module FastBool (
 
 -- Import the beggars
 import GHC.Exts
+#ifdef DEBUG
 import Panic
+#endif
 
 type FastBool = Int#
 fastBool True  = 1#