X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=2151abea14a4a2f7160844e03106f940000061e7;hb=020e2d0e3af87d647e775aab79b7d32b30429167;hp=bacf69c3d5cc5b1f224621ad786dd09be364dbcc;hpb=1e1f7062a162899ac3618215647ac446aa1db540;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index bacf69c..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 \ @@ -16,6 +16,7 @@ SRCS = \ System/Environment.hs System/Exit.hs System/Locale.hs \ System/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ System/Console/GetOpt.hs System/Random.hs \ + System/CPUTime.hsc System/Time.hsc \ Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \ Foreign/ForeignPtr.hs Foreign/C/Types.hs \ Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \ @@ -28,7 +29,6 @@ SRCS = \ # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs # Debug/QuickCheck.hs -# System/CPUTime.hsc System/Time.hsc # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc # Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs