From: Malcolm.Wallace@cs.york.ac.uk Date: Wed, 27 Aug 2008 14:53:36 +0000 (+0000) Subject: getopt is no longer part of base X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be368fa9a8f8df4b61585dad15ce8cecd43c5b20;p=ghc-base.git getopt is no longer part of base --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 209885b..8edbf75 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -28,7 +28,6 @@ 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 \ Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \ Foreign/ForeignPtr.hs Foreign/C/Types.hs \