[project @ 2005-02-07 13:51:26 by simonpj]
authorsimonpj <unknown>
Mon, 7 Feb 2005 13:51:26 +0000 (13:51 +0000)
committersimonpj <unknown>
Mon, 7 Feb 2005 13:51:26 +0000 (13:51 +0000)
Missing commit from the module A export list commit

ghc/compiler/typecheck/TcRnDriver.lhs

index 8316359..b3a31f8 100644 (file)
@@ -234,7 +234,7 @@ tcRnModule hsc_env hsc_src (L loc (HsModule maybe_mod export_ies
             } ;
 
                -- Report unused names
-       reportUnusedNames final_env ;
+       reportUnusedNames export_ies final_env ;
 
                -- Dump output and return
        tcDump final_env ;