[project @ 2004-11-14 10:48:23 by malcolm]
[ghc-base.git] / Makefile.nhc98
index 3cf5aff..88cc7de 100644 (file)
@@ -1,7 +1,7 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude
 EXTRA_H_FLAGS   = +RTS -H4M -K2M -RTS
-EXTRA_HBC_FLAGS = +RTS -H8M -RTS
+EXTRA_HBC_FLAGS = +RTS -H16M -A1M -RTS
 
 SRCS   = \
        Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \
@@ -15,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 \