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/?a=commitdiff_plain;ds=sidebyside;h=baaed901760276d617fc6ee63e5cba343ba20a91;hp=204965d6c5447c5bab4d3f8d453c146c8a05f03f;p=ghc-hetmet.git 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#