Fix incorrect changes to C types in a foreign import for nhc98.
[haskell-directory.git] / Makefile.nhc98
index 2d63df8..2b21277 100644 (file)
@@ -1,6 +1,6 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude
-EXTRA_H_FLAGS   = -H4M -K2M
+EXTRA_H_FLAGS   = -H4M -K3M
 EXTRA_HBC_FLAGS = -H16M -A1M
 
 SRCS   = \
@@ -34,6 +34,7 @@ SRCS  = \
        Text/Printf.hs \
        Text/Read.hs Text/Show.hs Text/Show/Functions.hs \
        Text/ParserCombinators/ReadP.hs Data/Version.hs \
+       Unsafe/Coerce.hs \
        WCsubst.c