From: sof Date: Tue, 7 May 2002 22:44:41 +0000 (+0000) Subject: [project @ 2002-05-07 22:44:41 by sof] X-Git-Tag: Approx_11550_changesets_converted~2048 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=630dd513be6802c2864c302a98845b795a624742;p=ghc-hetmet.git [project @ 2002-05-07 22:44:41 by sof] undo the undo; just me being confused. --- diff --git a/ghc/compiler/main/BinIface.hs b/ghc/compiler/main/BinIface.hs index e0e2e29..f6e439e 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" #-} get bh + usages <- {-# SCC "bin_usages" #-} lazyGet bh exports <- {-# SCC "bin_exports" #-} get bh tycl_decls <- {-# SCC "bin_tycldecls" #-} get bh fixities <- {-# SCC "bin_fixities" #-} get bh