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

ghc/compiler/simplCore/SimplMonad.lhs

index b06120f..bb48d8f 100644 (file)
@@ -23,7 +23,12 @@ module SimplMonad (
 IMP_Ubiq(){-uitous-}
 IMPORT_1_3(Ix)
 
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(SmplLoop)              -- well, cheating sort of
+#else
+import {-# SOURCE #-} Simplify
+import {-# SOURCE #-} MagicUFs
+#endif
 
 import Id              ( GenId, mkSysLocal, mkIdWithNewUniq, SYN_IE(Id) )
 import CoreUnfold      ( SimpleUnfolding )