From: sof Date: Tue, 7 May 2002 18:08:24 +0000 (+0000) Subject: [project @ 2002-05-07 18:08:24 by sof] X-Git-Tag: Approx_11550_changesets_converted~2049 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0880daec0c3b64d655eb90b19f0f6aa7230d98a6;p=ghc-hetmet.git [project @ 2002-05-07 18:08:24 by sof] backing out lazyGet'ing of usages; introduces bad breakage w/ GHCi --- diff --git a/ghc/compiler/main/BinIface.hs b/ghc/compiler/main/BinIface.hs index f6e439e..e0e2e29 100644 --- a/ghc/compiler/main/BinIface.hs +++ b/ghc/compiler/main/BinIface.hs @@ -344,7 +344,7 @@ instance Binary ParsedIface where pkg_name <- get bh module_ver <- get bh orphan <- get bh - usages <- {-# SCC "bin_usages" #-} lazyGet bh + usages <- {-# SCC "bin_usages" #-} get bh exports <- {-# SCC "bin_exports" #-} get bh tycl_decls <- {-# SCC "bin_tycldecls" #-} get bh fixities <- {-# SCC "bin_fixities" #-} get bh