[project @ 1998-06-29 17:30:16 by sof]
authorsof <unknown>
Mon, 29 Jun 1998 17:30:17 +0000 (17:30 +0000)
committersof <unknown>
Mon, 29 Jun 1998 17:30:17 +0000 (17:30 +0000)
Minor updates to reflect changes elsewhere

ghc/lib/exts/GlaExts.lhs
ghc/lib/exts/Makefile

index b00e591..ada0f05 100644 (file)
@@ -61,6 +61,7 @@ module GlaExts
 
 import PrelGHC
 import PrelBase
+import PrelAddr   ( Addr(..) )
 import PrelST
 import IOExts
 import PrelIOBase
index 907b8f7..97f88da 100644 (file)
@@ -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