From a0c934134a5d6dc46f00ef853f07738d079854bf Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 20:27:18 +0000 Subject: [PATCH] [project @ 1997-06-05 20:27:18 by sof] updated imports --- ghc/compiler/rename/RnExpr.lhs | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4