From: sof Date: Thu, 5 Jun 1997 20:14:52 +0000 (+0000) Subject: [project @ 1997-06-05 20:14:52 by sof] X-Git-Tag: Approximately_1000_patches_recorded~407 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3380a5eb501aac823ac4f9736c612486318ab88b;p=ghc-hetmet.git [project @ 1997-06-05 20:14:52 by sof] updated imports --- diff --git a/ghc/compiler/simplCore/SimplMonad.lhs b/ghc/compiler/simplCore/SimplMonad.lhs index b06120f..bb48d8f 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 )