Fix imports when !DEBUG
authorIan Lynagh <igloo@earth.li>
Fri, 18 Jan 2008 18:01:26 +0000 (18:01 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 18 Jan 2008 18:01:26 +0000 (18:01 +0000)
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#