From: simonpj Date: Mon, 7 Feb 2005 13:51:26 +0000 (+0000) Subject: [project @ 2005-02-07 13:51:26 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1102 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=861aaf1942b7b3800ced201904c3e57dd9a0f9f0 [project @ 2005-02-07 13:51:26 by simonpj] Missing commit from the module A export list commit --- diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 8316359..b3a31f8 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -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 ;