From f71b64df86f44da812f07005711afd839a832217 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Thu, 24 May 2007 16:19:43 +0000 Subject: [PATCH] remove locale as well --- Makefile.nhc98 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 7aa191f..55624a9 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -21,7 +21,7 @@ SRCS = \ Debug/Trace.hs \ NHC/SizedTypes.hs NHC/PosixTypes.hsc \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ - System/Environment.hs System/Exit.hs System/Locale.hs \ + System/Environment.hs System/Exit.hs \ System/Mem.hs System/Cmd.hs System/Info.hs \ System/Console/GetOpt.hs \ System/CPUTime.hsc System/Time.hsc \ @@ -42,7 +42,7 @@ SRCS = \ # System/Directory.hs \ # System/Directory/Internals.hs \ # Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ -# System/Random.hs \ +# System/Random.hs System/Locale.hs \ # Text/Regex/Posix.hsc Text/Regex.hs \ # Text/ParserCombinators/ReadPrec.hs -- 1.7.10.4