From: simonpj Date: Wed, 2 Nov 2005 17:39:57 +0000 (+0000) Subject: [project @ 2005-11-02 17:39:57 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~85 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=acc7346eb5d6e6000b3a4b0e2f7ea00933dff2a4 [project @ 2005-11-02 17:39:57 by simonpj] Trace output only --- diff --git a/ghc/compiler/iface/TcIface.lhs b/ghc/compiler/iface/TcIface.lhs index 9feeda6..e10958b 100644 --- a/ghc/compiler/iface/TcIface.lhs +++ b/ghc/compiler/iface/TcIface.lhs @@ -114,7 +114,7 @@ tcImportDecl name = do { initIfaceTcRn (loadWiredInHomeIface name) ; return thing } | otherwise - = do { traceIf (text "tcLookupGlobal" <+> ppr name) + = do { traceIf (text "tcImportDecl" <+> ppr name) ; mb_thing <- initIfaceTcRn (importDecl name) ; case mb_thing of Succeeded thing -> return thing