From: sof Date: Thu, 5 Jun 1997 09:12:23 +0000 (+0000) Subject: [project @ 1997-06-05 09:12:23 by sof] X-Git-Tag: Approximately_1000_patches_recorded~429 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b505fcd55ff104195c35625781e0903b1a9ac5bf;p=ghc-hetmet.git [project @ 1997-06-05 09:12:23 by sof] Do not use loop breaker modules with 2.0x --- 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