[project @ 2005-11-02 17:39:57 by simonpj]
authorsimonpj <unknown>
Wed, 2 Nov 2005 17:39:57 +0000 (17:39 +0000)
committersimonpj <unknown>
Wed, 2 Nov 2005 17:39:57 +0000 (17:39 +0000)
Trace output only

ghc/compiler/iface/TcIface.lhs

index 9feeda6..e10958b 100644 (file)
@@ -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