From: Malcolm.Wallace@cs.york.ac.uk Date: Mon, 1 Sep 2008 14:57:38 +0000 (+0000) Subject: System.Timeout is no longer part of base X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b0e2f9ce6acf3b081c7b05e298978117d719709f;p=ghc-base.git System.Timeout is no longer part of base --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 8edbf75..6d7752b 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 \ @@ -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