From ca1b9b70edbc27f97e77f999bda61af7cbef4d9c Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Tue, 13 Oct 2009 09:28:43 +0000 Subject: [PATCH] Re-instate System.Console.Getopt for nhc98 builds. Although it was split out of base a while back, that change was reverted for ghc soon afterwards, but nhc98 never noticed. --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 1eb03ae..08bea4f 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -43,6 +43,7 @@ SRCS = \ WCsubst.c dirUtils.c \ GHC/IO/Device.hs \ System/Posix/Types.hs System/Posix/Internals.hs \ + System/Console/GetOpt.hs \ # Data/String.hs # Text/ParserCombinators/ReadPrec.hs @@ -55,7 +56,6 @@ SRCS = \ # System/Random.hs System/Locale.hs System/Time.hsc \ # 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