From: sof Date: Mon, 29 Jun 1998 17:30:17 +0000 (+0000) Subject: [project @ 1998-06-29 17:30:16 by sof] X-Git-Tag: Approx_2487_patches~543 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=609e5ea8dfd9c6a90db80de13764230dafc49466;p=ghc-hetmet.git [project @ 1998-06-29 17:30:16 by sof] Minor updates to reflect changes elsewhere --- diff --git a/ghc/lib/exts/GlaExts.lhs b/ghc/lib/exts/GlaExts.lhs index b00e591..ada0f05 100644 --- a/ghc/lib/exts/GlaExts.lhs +++ b/ghc/lib/exts/GlaExts.lhs @@ -61,6 +61,7 @@ module GlaExts import PrelGHC import PrelBase +import PrelAddr ( Addr(..) ) import PrelST import IOExts import PrelIOBase diff --git a/ghc/lib/exts/Makefile b/ghc/lib/exts/Makefile index 907b8f7..97f88da 100644 --- a/ghc/lib/exts/Makefile +++ b/ghc/lib/exts/Makefile @@ -39,8 +39,9 @@ ifneq "$(way)" "" SRC_HC_OPTS += -hisuf $(way_)hi endif -Int_HC_OPTS += -H8m +Int_HC_OPTS += -H8m -fno-prune-tydecls Word_HC_OPTS += -H8m +NativeInfo_HC_OPTS += -fno-prune-tydecls #----------------------------------------------------------------------------- # Dependency generation