[project @ 2004-03-08 10:22:09 by malcolm]
authormalcolm <unknown>
Mon, 8 Mar 2004 10:22:09 +0000 (10:22 +0000)
committermalcolm <unknown>
Mon, 8 Mar 2004 10:22:09 +0000 (10:22 +0000)
nhc98 (built by ghc/solaris) needs more stack to make System.Time.

Makefile.nhc98

index d362679..2151abe 100644 (file)
@@ -1,6 +1,6 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE)
-EXTRA_H_FLAGS = +RTS -K4M -RTS
+EXTRA_H_FLAGS = +RTS -K6M -RTS
 
 SRCS   = \
        Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \