From 3380a5eb501aac823ac4f9736c612486318ab88b Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 5 Jun 1997 20:14:52 +0000
Subject: [PATCH] [project @ 1997-06-05 20:14:52 by sof] updated imports

---
 ghc/compiler/simplCore/SimplMonad.lhs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ghc/compiler/simplCore/SimplMonad.lhs b/ghc/compiler/simplCore/SimplMonad.lhs
index b06120f3d856..bb48d8ffa130 100644
--- a/ghc/compiler/simplCore/SimplMonad.lhs
+++ b/ghc/compiler/simplCore/SimplMonad.lhs
@@ -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 )
-- 
GitLab