From 9d17c6e892b13ada62bb00b4fd720ab6edb14734 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 08:51:03 +0000 Subject: [PATCH] [project @ 1997-06-05 08:51:03 by sof] Do not use loop breaker modules with 2.0x --- ghc/compiler/utils/UniqFM.lhs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4