From 020e2d0e3af87d647e775aab79b7d32b30429167 Mon Sep 17 00:00:00 2001 From: malcolm Date: Mon, 8 Mar 2004 10:22:09 +0000 Subject: [PATCH] [project @ 2004-03-08 10:22:09 by malcolm] nhc98 (built by ghc/solaris) needs more stack to make System.Time. --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index d362679..2151abe 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -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 \ -- 1.7.10.4