[project @ 2001-01-18 11:16:08 by simonmar]
authorsimonmar <unknown>
Thu, 18 Jan 2001 11:16:08 +0000 (11:16 +0000)
committersimonmar <unknown>
Thu, 18 Jan 2001 11:16:08 +0000 (11:16 +0000)
commit95d8fef4a0af5cd0993986a98a7ec219c9aa0cd6
tree747e400b6c59d53544939f9fc0766552eb2580d9
parentf81c9189fccc07c33506de8480648f28f893d882
[project @ 2001-01-18 11:16:08 by simonmar]
When constructing a GlobalRdrEnv from an interface file for use from
the GHCi command line, don't export the qualified names: a module
which happens to export f from module M shouldn't bring into scope the
qualified identifier M.f when we use it from the command line.
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnNames.lhs