[project @ 2001-02-06 17:31:00 by simonmar]
authorsimonmar <unknown>
Tue, 6 Feb 2001 17:31:00 +0000 (17:31 +0000)
committersimonmar <unknown>
Tue, 6 Feb 2001 17:31:00 +0000 (17:31 +0000)
commit787f32866ccf115271f8eafb22f44b0f4b13e7b6
tree23a9d9e56c713f3159ecec394e4245e3a13b9ee6
parentbb14c2af6576b5a470d4b7439105a5bbe2e864ca
[project @ 2001-02-06 17:31:00 by simonmar]
Qualified names on the command line may now refer to any exported
entity from any module, not just entities from the "original" defining
module.

eg. "IO.hFlush IO.stdout" now works.

There's still a problem in that home interfaces may be demand-loaded
if they're aren't already in memory, which is wrong (you can refer to
a module which isn't loaded, causing things to fall over at link
time).
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnHiFiles.hi-boot-5 [new file with mode: 0644]