X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=b46a8a9e7b9de61c813f2a0aedf3609a142a0813;hb=882ba4a2b3d4a7f72ad3b1fd239903ec7a8c8bae;hp=8edbf75deeb160393633d9706af5ef564e3ecafa;hpb=be368fa9a8f8df4b61585dad15ce8cecd43c5b20;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 8edbf75..b46a8a9 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -28,7 +28,7 @@ SRCS = \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs \ System/Mem.hs System/Info.hs \ - System/CPUTime.hsc System/Timeout.hs \ + System/CPUTime.hsc \ Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \ Foreign/ForeignPtr.hs Foreign/C/Types.hs \ Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \ @@ -40,7 +40,7 @@ SRCS = \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ Unsafe/Coerce.hs \ WCsubst.c \ - System/Posix/Types.hs \ + System/Posix/Types.hs System/Posix/Internals.hs \ # Data/String.hs # Text/ParserCombinators/ReadPrec.hs @@ -51,7 +51,9 @@ SRCS = \ # System/Directory/Internals.hs \ # Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ # System/Random.hs System/Locale.hs System/Time.hsc \ -# System/Cmd.hs +# System/Cmd.hs \ +# System/Timeout.hs \ +# System/Console/GetOpt.hs \ # Text/Regex/Posix.hsc Text/Regex.hs \ # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs