X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplEnv.lhs;fp=compiler%2FsimplCore%2FSimplEnv.lhs;h=2a620ff76055e07a4cc872feb87ed51373f9cabf;hb=63e3a41126771e71c44705480c2bde7043a41df3;hp=8964079453e4e3d20cd4a3b58a5bb1f3fd704f5a;hpb=0c66cc56ac4d42d91bfd9beedabcb988d40d7735;p=ghc-hetmet.git diff --git a/compiler/simplCore/SimplEnv.lhs b/compiler/simplCore/SimplEnv.lhs index 8964079..2a620ff 100644 --- a/compiler/simplCore/SimplEnv.lhs +++ b/compiler/simplCore/SimplEnv.lhs @@ -40,6 +40,7 @@ module SimplEnv ( #include "HsVersions.h" import SimplMonad +import CoreMonad ( SimplifierMode(..) ) import IdInfo import CoreSyn import CoreUtils @@ -54,7 +55,6 @@ import qualified Type ( substTy, substTyVarBndr ) import Type hiding ( substTy, substTyVarBndr ) import Coercion import BasicTypes -import DynFlags import MonadUtils import Outputable import FastString