From: sof Date: Thu, 5 Jun 1997 20:17:52 +0000 (+0000) Subject: [project @ 1997-06-05 20:17:52 by sof] X-Git-Tag: Approximately_1000_patches_recorded~404 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aeb7f7ec8ccbfab272081c6597eec20f33b0cabb;p=ghc-hetmet.git [project @ 1997-06-05 20:17:52 by sof] imports updated --- 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