From: sof Date: Thu, 5 Jun 1997 08:51:03 +0000 (+0000) Subject: [project @ 1997-06-05 08:51:03 by sof] X-Git-Tag: Approximately_1000_patches_recorded~431 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d17c6e892b13ada62bb00b4fd720ab6edb14734;p=ghc-hetmet.git [project @ 1997-06-05 08:51:03 by sof] Do not use loop breaker modules with 2.0x --- diff --git a/ghc/compiler/utils/UniqFM.lhs b/ghc/compiler/utils/UniqFM.lhs index 2967032..1cd56ff 100644 --- a/ghc/compiler/utils/UniqFM.lhs +++ b/ghc/compiler/utils/UniqFM.lhs @@ -54,10 +54,15 @@ module UniqFM ( #endif ) where +IMP_Ubiq() + #if defined(COMPILING_GHC) +# if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER( SpecLoop ) +# else +import {-# SOURCE #-} Name +# endif #endif -IMP_Ubiq() import Unique ( Unique, u2i, mkUniqueGrimily ) import Util