[project @ 1997-06-05 21:11:51 by sof]
[ghc-hetmet.git] / ghc / compiler / codeGen / ClosureInfo.lhs
index e43d936..cd9f4a8 100644 (file)
@@ -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