[project @ 1997-06-05 20:27:18 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 20:27:18 +0000 (20:27 +0000)
committersof <unknown>
Thu, 5 Jun 1997 20:27:18 +0000 (20:27 +0000)
updated imports

ghc/compiler/rename/RnExpr.lhs

index 8c98852..31dbf24 100644 (file)
@@ -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