From 5899ae47a43aa25cbb5a8ec5551295a572513827 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 21:11:51 +0000
Subject: [PATCH] [project @ 1997-06-05 21:11:51 by sof] import updates

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

diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs
index e43d9368db8a..cd9f4a85839e 100644
--- a/ghc/compiler/codeGen/ClosureInfo.lhs
+++ b/ghc/compiler/codeGen/ClosureInfo.lhs
@@ -52,7 +52,11 @@ module ClosureInfo (
     ) where
 
 IMP_Ubiq(){-uitous-}
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(AbsCLoop)		-- here for paranoia-checking
+#else
+import {-# SOURCE #-} CLabel ( CLabel )
+#endif
 
 import AbsCSyn
 import StgSyn
-- 
GitLab