From b505fcd55ff104195c35625781e0903b1a9ac5bf Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 09:12:23 +0000 Subject: [PATCH] [project @ 1997-06-05 09:12:23 by sof] Do not use loop breaker modules with 2.0x --- ghc/compiler/utils/Maybes.lhs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs index 2542141..c996439 100644 --- a/ghc/compiler/utils/Maybes.lhs +++ b/ghc/compiler/utils/Maybes.lhs @@ -41,7 +41,12 @@ module Maybes ( CHK_Ubiq() -- debugging consistency check +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER( SpecLoop ) -- Specialisation +#else +import {-# SOURCE #-} Name +#endif + import Unique (Unique) -- only for specialising #else -- 1.7.10.4