X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=f8c9684b81681a70b5dcb232e78f91f3ef79ec98;hb=5dbe5ff5ebd18cfb7470eb63bb906bba60a195a1;hp=2d63df837f774997737866c183bf482fe3f83207;hpb=663c5280194debc636a19504df9d7a00f31e5455;p=haskell-directory.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2d63df8..f8c9684 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,6 +1,6 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude -EXTRA_H_FLAGS = -H4M -K2M +EXTRA_H_FLAGS = -H4M -K3M EXTRA_HBC_FLAGS = -H16M -A1M SRCS = \ @@ -17,7 +17,7 @@ SRCS = \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ Debug/Trace.hs \ - NHC/SizedTypes.hs \ + NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs System/Locale.hs \ System/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ @@ -34,7 +34,9 @@ SRCS = \ Text/Printf.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ - WCsubst.c + Unsafe/Coerce.hs \ + WCsubst.c \ + System/Posix/Types.hs \ # Text/Regex/Posix.hsc Text/Regex.hs \