Re-instate System.Console.Getopt for nhc98 builds.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 13 Oct 2009 09:28:43 +0000 (09:28 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 13 Oct 2009 09:28:43 +0000 (09:28 +0000)
Although it was split out of base a while back, that change was
reverted for ghc soon afterwards, but nhc98 never noticed.

Makefile.nhc98

index 1eb03ae..08bea4f 100644 (file)
@@ -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