From: sof Date: Thu, 5 Jun 1997 20:27:18 +0000 (+0000) Subject: [project @ 1997-06-05 20:27:18 by sof] X-Git-Tag: Approximately_1000_patches_recorded~399 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a0c934134a5d6dc46f00ef853f07738d079854bf;p=ghc-hetmet.git [project @ 1997-06-05 20:27:18 by sof] updated imports --- diff --git a/ghc/compiler/rename/RnExpr.lhs b/ghc/compiler/rename/RnExpr.lhs index 8c98852..31dbf24 100644 --- a/ghc/compiler/rename/RnExpr.lhs +++ b/ghc/compiler/rename/RnExpr.lhs @@ -18,7 +18,12 @@ module RnExpr ( ) where IMP_Ubiq() +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(RnLoop) -- break the RnPass/RnExpr/RnBinds loops +#else +import {-# SOURCE #-} RnBinds +import {-# SOURCE #-} RnSource ( rnHsSigType ) +#endif import HsSyn import RdrHsSyn