From 3fbb1babfdbfbb8df4bd5b5186534571fcadee63 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 20:29:14 +0000
Subject: [PATCH] [project @ 1997-06-05 20:29:14 by sof] updated imports

---
 ghc/compiler/rename/RnBinds.lhs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs
index 4f1ca25a8253..089d8e187cca 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 )
-- 
GitLab