X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=55624a9d424de91ba8a2c9bd5f9a92c6ab79ab60;hb=f71b64df86f44da812f07005711afd839a832217;hp=2b21277d200ab65e93d1ba4e7b47c06cc1b3353b;hpb=975a9da7e46881555ff49841e8a88babe50a2119;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2b21277..55624a9 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,5 +1,6 @@ THISPKG = base -SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude +SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude \ + -I../../prelude/PreludeIO -I../../prelude/`harch` EXTRA_H_FLAGS = -H4M -K3M EXTRA_HBC_FLAGS = -H16M -A1M @@ -16,27 +17,32 @@ SRCS = \ Data/Function.hs Data/Graph.hs \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ + Control/Exception.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 \ - System/Console/GetOpt.hs System/Random.hs \ + System/Environment.hs System/Exit.hs \ + System/Mem.hs System/Cmd.hs System/Info.hs \ + System/Console/GetOpt.hs \ System/CPUTime.hsc System/Time.hsc \ - System/Directory/Internals.hs \ Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \ Foreign/ForeignPtr.hs Foreign/C/Types.hs \ Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \ Foreign/Marshal/Utils.hs Foreign/Marshal/Error.hs \ 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/Printf.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ Unsafe/Coerce.hs \ - WCsubst.c + WCsubst.c \ + System/Posix/Types.hs \ +# now moved to separate packages: +# System/Directory.hs \ +# System/Directory/Internals.hs \ +# Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ +# System/Random.hs System/Locale.hs \ # Text/Regex/Posix.hsc Text/Regex.hs \ # Text/ParserCombinators/ReadPrec.hs