Fix bug in -ddump-minimal imports Trac #1025
authorsimonpj@microsoft.com <unknown>
Wed, 7 Feb 2007 09:49:45 +0000 (09:49 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 7 Feb 2007 09:49:45 +0000 (09:49 +0000)
commit057b04463d435d5974eeb8607954debf2a68b1a1
tree5cde8eb120ee27227c45e8d943c888849533dbe1
parent8d276febb7e186affdcd9fa39f5a185a2e15847e
Fix bug in -ddump-minimal imports Trac #1025

The code for -ddump-minimal-imports was erroneously using loadSrcInterface,
which looks only for *exposed* modules.  It should instead use loadSysInterface
which looks for all interfaces.

The fix is straightforward.  MERGE to 6.6 branch.
compiler/rename/RnNames.lhs