From aeb7f7ec8ccbfab272081c6597eec20f33b0cabb Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 20:17:52 +0000 Subject: [PATCH] [project @ 1997-06-05 20:17:52 by sof] imports updated --- ghc/compiler/simplCore/MagicUFs.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/simplCore/MagicUFs.lhs b/ghc/compiler/simplCore/MagicUFs.lhs index 77e43ae..73b803c 100644 --- a/ghc/compiler/simplCore/MagicUFs.lhs +++ b/ghc/compiler/simplCore/MagicUFs.lhs @@ -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 -- 1.7.10.4