[project @ 1997-06-05 20:17:52 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 20:17:52 +0000 (20:17 +0000)
committersof <unknown>
Thu, 5 Jun 1997 20:17:52 +0000 (20:17 +0000)
imports updated

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