cvs commit: fptools/ghc/compiler/rename RnEnv.lhs RnNames.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Thu, 18 Jan 2001 03:16:09 -0800
simonmar 2001/01/18 03:16:09 PST
Modified files:
ghc/compiler/rename RnEnv.lhs RnNames.lhs
Log:
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.
Revision Changes Path
1.104 +9 -5 fptools/ghc/compiler/rename/RnEnv.lhs
1.113 +4 -4 fptools/ghc/compiler/rename/RnNames.lhs