X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=217231dd68eafe6131f5beafc5c7042401408001;hb=faa067c418ce36f4cb4e54e2fb19012736ef49ed;hp=3cf5aff77afa01488ba88c373700c3424de9c2b5;hpb=4a61cae07573db639a8602973e83ce8851f02e8d;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 3cf5aff..217231d 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -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 \ @@ -25,13 +26,15 @@ SRCS = \ Foreign/Marshal/Pool.hs Foreign/Marshal.hs \ Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ - Text/Html/BlockTable.hs Text/Html.hs \ - Text/Read.hs Text/Show.hs Text/Show/Functions.hs + Text/Html/BlockTable.hs Text/Html.hs Text/Printf.hs \ + Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ + Text/ParserCombinators/ReadP.hs Data/Version.hs + +# Text/ParserCombinators/ReadPrec.hs # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs # 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 # Text/Read/Lex.hs # Text/Regex/* Text/Regex.hs