X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fiface%2FIfaceEnv.lhs;h=ef729b1ef2e9a3cb79c3d06b618e1e942c5ad737;hb=759739c69f9cd540f03c3c69aa1990d5d58a5dd6;hp=3a3842fe020a73a62fb0057d7247de91b879fb30;hpb=3ed515ed9481278a8cf200d6aaf7668502e627d0;p=ghc-hetmet.git diff --git a/ghc/compiler/iface/IfaceEnv.lhs b/ghc/compiler/iface/IfaceEnv.lhs index 3a3842f..ef729b1 100644 --- a/ghc/compiler/iface/IfaceEnv.lhs +++ b/ghc/compiler/iface/IfaceEnv.lhs @@ -10,7 +10,7 @@ module IfaceEnv ( tcIfaceLclId, tcIfaceTyVar, -- Name-cache stuff - allocateGlobalBinder, initNameCache + allocateGlobalBinder, initNameCache, ) where #include "HsVersions.h" @@ -23,10 +23,11 @@ import TyCon ( TyCon, tyConName ) import DataCon ( dataConWorkId, dataConName ) import Var ( TyVar, Id, varName ) import Name ( Name, nameUnique, nameModule, - nameOccName, nameSrcLoc, + nameOccName, nameSrcLoc, getOccName, nameParent_maybe, isWiredInName, mkIPName, mkExternalName, mkInternalName ) + import OccName ( OccName, isTupleOcc_maybe, tcName, dataName, lookupOccEnv, unitOccEnv, extendOccEnv, extendOccEnvList ) import PrelNames ( gHC_PRIM, pREL_TUP )