From 861aaf1942b7b3800ced201904c3e57dd9a0f9f0 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 7 Feb 2005 13:51:26 +0000 Subject: [PATCH] [project @ 2005-02-07 13:51:26 by simonpj] Missing commit from the module A export list commit --- ghc/compiler/typecheck/TcRnDriver.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 1.7.10.4