X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.nhc98;h=b46a8a9e7b9de61c813f2a0aedf3609a142a0813;hb=2e2f9463fd8ec19a7f40973bdee070bea76e047e;hp=209885b2d24678995d36e409a7178b223ae95895;hpb=e6564ac71e5da015331659d7fffada2dc385ca22;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 209885b..b46a8a9 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -28,8 +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/Console/GetOpt.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 \ @@ -41,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 @@ -52,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