[project @ 1997-06-05 20:17:52 by sof]
[ghc-hetmet.git] / ghc / compiler / simplCore / MagicUFs.lhs
index 77e43ae..73b803c 100644 (file)
@@ -14,7 +14,9 @@ module MagicUFs (
     ) where
 
 IMP_Ubiq(){-uitous-}
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(IdLoop)                -- paranoia checking
+#endif
 
 import Id              ( addInlinePragma )
 import CoreSyn