projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6480984
)
[project @ 1998-06-29 17:30:16 by sof]
author
sof
<unknown>
Mon, 29 Jun 1998 17:30:17 +0000
(17:30 +0000)
committer
sof
<unknown>
Mon, 29 Jun 1998 17:30:17 +0000
(17:30 +0000)
Minor updates to reflect changes elsewhere
ghc/lib/exts/GlaExts.lhs
patch
|
blob
|
history
ghc/lib/exts/Makefile
patch
|
blob
|
history
diff --git
a/ghc/lib/exts/GlaExts.lhs
b/ghc/lib/exts/GlaExts.lhs
index
b00e591
..
ada0f05
100644
(file)
--- 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
(file)
--- 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