From: simonpj Date: Tue, 21 Dec 2004 12:11:37 +0000 (+0000) Subject: [project @ 2004-12-21 12:11:37 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1326 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d04199cbff9190eb1cb46c9d84cf0bd1add90ec1;p=ghc-hetmet.git [project @ 2004-12-21 12:11:37 by simonpj] Comments --- diff --git a/ghc/compiler/iface/LoadIface.lhs b/ghc/compiler/iface/LoadIface.lhs index 579c09d..ef52bdb 100644 --- a/ghc/compiler/iface/LoadIface.lhs +++ b/ghc/compiler/iface/LoadIface.lhs @@ -126,7 +126,7 @@ loadHiBootInterface Just (mod_nm, True) -> -- There's a hi-boot interface below us - do { -- Load it (into the PTE, and return the exported names + do { -- Load it (into the PTE), and return the exported names iface <- loadSrcInterface (mk_doc mod_nm) mod_nm True ; sequenceM [ lookupOrig mod_nm occ | (mod,avails) <- mi_exports iface, @@ -331,7 +331,6 @@ loadDecl ignore_prags mod (_version, decl) -- mk_new_bndr allocates in the name cache the final canonical -- name for the thing, with the correct - -- * package info -- * parent -- * location -- imported name, to fix the module correctly in the cache