X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnIfaces.lhs;fp=ghc%2Fcompiler%2Frename%2FRnIfaces.lhs;h=9f52b96495f30e116031731731b0097490a6309b;hb=0862ececb9fa3439a0da20076a8b2db0f3ee76a4;hp=76dd8da573c052dfbb92757ada745224b014b92c;hpb=e65d8f387cccbcfd60a4a820024f8d8286f97ac2;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnIfaces.lhs b/ghc/compiler/rename/RnIfaces.lhs index 76dd8da..9f52b96 100644 --- a/ghc/compiler/rename/RnIfaces.lhs +++ b/ghc/compiler/rename/RnIfaces.lhs @@ -38,7 +38,7 @@ import Name ( Name {-instance NamedThing-}, isWiredInName, isInternalName, name ) import NameEnv ( delFromNameEnv, lookupNameEnv ) import NameSet -import Module ( Module, isHomeModule, extendModuleSet, moduleEnvElts ) +import Module ( Module, isHomeModule ) import PrelNames ( hasKey, fractionalClassKey, numClassKey, integerTyConName, doubleTyConName ) import FiniteMap