From: Malcolm.Wallace@cs.york.ac.uk Date: Thu, 24 May 2007 16:32:00 +0000 (+0000) Subject: remove System.Cmd and System.Time too X-Git-Tag: 2007-09-13~79 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=db77118868acb92b85967ac47eb94bcb748252ea;hp=f71b64df86f44da812f07005711afd839a832217;p=ghc-base.git remove System.Cmd and System.Time too --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 55624a9..f011498 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -22,9 +22,9 @@ SRCS = \ NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs \ - System/Mem.hs System/Cmd.hs System/Info.hs \ + System/Mem.hs System/Info.hs \ System/Console/GetOpt.hs \ - System/CPUTime.hsc System/Time.hsc \ + 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 \ @@ -42,7 +42,8 @@ SRCS = \ # System/Directory.hs \ # System/Directory/Internals.hs \ # Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ -# System/Random.hs System/Locale.hs \ +# System/Random.hs System/Locale.hs System/Time.hsc \ +# System/Cmd.hs # Text/Regex/Posix.hsc Text/Regex.hs \ # Text/ParserCombinators/ReadPrec.hs