From 6d114a5baf856c3df0648d0702a14110e11ebf15 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Sun, 27 Jul 1997 09:14:03 +0000
Subject: [PATCH] [project @ 1997-07-27 09:14:03 by sof] Import fix for 0.29
 compiles

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

diff --git a/ghc/compiler/absCSyn/AbsCUtils.lhs b/ghc/compiler/absCSyn/AbsCUtils.lhs
index 52212dcafbf1..46e72ab94e16 100644
--- a/ghc/compiler/absCSyn/AbsCUtils.lhs
+++ b/ghc/compiler/absCSyn/AbsCUtils.lhs
@@ -20,8 +20,12 @@ module AbsCUtils (
     ) where
 
 IMP_Ubiq(){-uitous-}
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 200
+import AbsCLoop (mkReturnPtLabel, CLabel )
+#else
 import {-# SOURCE #-} CLabel	( mkReturnPtLabel, CLabel )
 	-- The loop here is (CLabel -> CgRetConv -> AbsCUtils -> CLabel)
+#endif
 
 import AbsCSyn
 
-- 
GitLab