From: Ian Lynagh Date: Fri, 18 Jan 2008 18:01:26 +0000 (+0000) Subject: Fix imports when !DEBUG X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=baaed901760276d617fc6ee63e5cba343ba20a91 Fix imports when !DEBUG --- diff --git a/compiler/utils/FastBool.lhs b/compiler/utils/FastBool.lhs index ee9b40f..32cb7ae 100644 --- a/compiler/utils/FastBool.lhs +++ b/compiler/utils/FastBool.lhs @@ -13,7 +13,9 @@ module FastBool ( -- Import the beggars import GHC.Exts +#ifdef DEBUG import Panic +#endif type FastBool = Int# fastBool True = 1#