X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=88cc7de1a17f9868d0a04f46555d173d3494d25f;hb=bf5bd7afc058413f95668bd70451cb6076b01a5b;hp=997af9b091b2c2690cdaf735e7d9455ba4bfe5e5;hpb=039ccdae83b422d88a3570c843cfcfb3612f4821;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 997af9b..88cc7de 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,6 +1,7 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude -EXTRA_H_FLAGS = +RTS -K6M -RTS +EXTRA_H_FLAGS = +RTS -H4M -K2M -RTS +EXTRA_HBC_FLAGS = +RTS -H16M -A1M -RTS SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ @@ -14,6 +15,7 @@ SRCS = \ NHC/SizedTypes.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs System/Locale.hs \ + System/FilePath.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 \