[project @ 2004-12-21 08:52:54 by simonpj]
authorsimonpj <unknown>
Tue, 21 Dec 2004 08:52:54 +0000 (08:52 +0000)
committersimonpj <unknown>
Tue, 21 Dec 2004 08:52:54 +0000 (08:52 +0000)
Comment only

ghc/compiler/iface/IfaceEnv.lhs

index ef729b1..90aac7b 100644 (file)
@@ -131,7 +131,6 @@ lookupOrig :: Module -> OccName -> TcRnIf a b Name
 -- Even if we get a miss in the original-name cache, we 
 -- make a new External Name. 
 -- We fake up 
---     Module to AnotherPackage
 --     SrcLoc to noSrcLoc
 --     Parent no Nothing
 -- They'll be overwritten, in due course, by LoadIface.loadDecl.