From b0e2f9ce6acf3b081c7b05e298978117d719709f Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Mon, 1 Sep 2008 14:57:38 +0000 Subject: [PATCH] System.Timeout is no longer part of base --- Makefile.nhc98 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4