X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcModule.lhs;h=d2163149a0ab6a0b3cb90c17356675f2d0e70ff1;hb=28139aea50376444d56f43f0914291348a51a7e7;hp=18556729220ca63af7a8b4c554652360594f8c5b;hpb=9dd6e1c216993624a2cd74b62ca0f0569c02c26b;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcModule.lhs b/ghc/compiler/typecheck/TcModule.lhs index 1855672..d216314 100644 --- a/ghc/compiler/typecheck/TcModule.lhs +++ b/ghc/compiler/typecheck/TcModule.lhs @@ -52,7 +52,7 @@ import Class ( Class, classSelIds, classTyCon ) import Type ( mkTyConApp, mkSynTy, Type ) import TyVar ( emptyTyVarEnv ) import TysWiredIn ( unitTy ) -import PrelMods ( gHC_MAIN, mAIN ) +import PrelMods ( pREL_MAIN, mAIN ) import PrelInfo ( main_NAME, ioTyCon_NAME ) import Unify ( unifyTauTy ) import UniqFM ( lookupUFM_Directly, lookupWithDefaultUFM_Directly,