X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnBinds.lhs;h=089d8e187ccafba022744cf4fe5c29bc720272cb;hb=3fbb1babfdbfbb8df4bd5b5186534571fcadee63;hp=4f1ca25a8253127de5ff99cf93d9af89799da40b;hpb=126c85575efd7df2b908ac9fcbd423febe61d4f3;p=ghc-hetmet.git 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 )