From 609e5ea8dfd9c6a90db80de13764230dafc49466 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 29 Jun 1998 17:30:17 +0000 Subject: [PATCH] [project @ 1998-06-29 17:30:16 by sof] Minor updates to reflect changes elsewhere --- ghc/lib/exts/GlaExts.lhs | 1 + ghc/lib/exts/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4