diff options
author | Malcolm.Wallace@cs.york.ac.uk <unknown> | 2007-05-24 16:19:43 +0000 |
---|---|---|
committer | Malcolm.Wallace@cs.york.ac.uk <unknown> | 2007-05-24 16:19:43 +0000 |
commit | dbe5cf7929053b585a02246db9ce32c2de4a12a9 (patch) | |
tree | f1b10055e63b3cdef13c2df6e0de40fbee3d1147 /libraries/base/Makefile.nhc98 | |
parent | bbea32c86b1c041db84d8d86f43796c1988f2884 (diff) | |
download | haskell-dbe5cf7929053b585a02246db9ce32c2de4a12a9.tar.gz |
remove locale as well
Diffstat (limited to 'libraries/base/Makefile.nhc98')
-rw-r--r-- | libraries/base/Makefile.nhc98 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Makefile.nhc98 b/libraries/base/Makefile.nhc98 index 7aa191fd6e..55624a9d42 100644 --- a/libraries/base/Makefile.nhc98 +++ b/libraries/base/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 |