X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcoreSyn%2FCorePrep.lhs;fp=ghc%2Fcompiler%2FcoreSyn%2FCorePrep.lhs;h=d2515c9cb53951579a8a37ede0c0673eb5b110f5;hb=05afb7485eea44d6410139f8a20c94b6f66c46f2;hp=db05f6d36a25e3e13721c44af4c86819d7cbe21b;hpb=e34efb9815ab7b2cf06ac940fe10ff25c24c9631;p=ghc-hetmet.git diff --git a/ghc/compiler/coreSyn/CorePrep.lhs b/ghc/compiler/coreSyn/CorePrep.lhs index db05f6d..d2515c9 100644 --- a/ghc/compiler/coreSyn/CorePrep.lhs +++ b/ghc/compiler/coreSyn/CorePrep.lhs @@ -26,7 +26,7 @@ import Id ( mkSysLocal, idType, idNewDemandInfo, idArity, isLocalId, hasNoBinding, idNewStrictness, idUnfolding, isDataConWorkId_maybe ) -import HscTypes ( ModGuts(..), ModGuts, TypeEnv, typeEnvElts ) +import HscTypes ( TypeEnv, typeEnvElts ) import BasicTypes ( TopLevelFlag(..), isTopLevel, isNotTopLevel, RecFlag(..), isNonRec )