[project @ 2002-05-07 18:08:24 by sof]
[ghc-hetmet.git] / ghc / compiler / main / BinIface.hs
index f6e439e..e0e2e29 100644 (file)
@@ -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