From 0880daec0c3b64d655eb90b19f0f6aa7230d98a6 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 7 May 2002 18:08:24 +0000 Subject: [PATCH] [project @ 2002-05-07 18:08:24 by sof] backing out lazyGet'ing of usages; introduces bad breakage w/ GHCi --- ghc/compiler/main/BinIface.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4