X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=2b21277d200ab65e93d1ba4e7b47c06cc1b3353b;hb=a2a70b9bf60672c72b35654105402cf21238b6f4;hp=2d63df837f774997737866c183bf482fe3f83207;hpb=663c5280194debc636a19504df9d7a00f31e5455;p=haskell-directory.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2d63df8..2b21277 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -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