Skip to content
  • Simon Peyton Jones's avatar
    Fix bug in -ddump-minimal imports Trac #1025 · 057b0446
    Simon Peyton Jones authored
    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.
    057b0446