From: sof Date: Thu, 5 Jun 1997 20:29:14 +0000 (+0000) Subject: [project @ 1997-06-05 20:29:14 by sof] X-Git-Tag: Approximately_1000_patches_recorded~397 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3fbb1babfdbfbb8df4bd5b5186534571fcadee63;p=ghc-hetmet.git [project @ 1997-06-05 20:29:14 by sof] updated imports --- diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index 4f1ca25..089d8e1 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -18,7 +18,11 @@ module RnBinds ( ) where IMP_Ubiq() +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(RnLoop) -- break the RnPass/RnExpr/RnBinds loops +#else +import {-# SOURCE #-} RnSource ( rnHsSigType ) +#endif import HsSyn import HsPragmas ( isNoGenPragmas, noGenPragmas )