From: malcolm Date: Wed, 26 Jan 2005 15:19:19 +0000 (+0000) Subject: [project @ 2005-01-26 15:19:19 by malcolm] X-Git-Tag: nhc98-1-18-release~71 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=ddeaff752333f6fef1bcc0c140a589346fddb915 [project @ 2005-01-26 15:19:19 by malcolm] Remove System.FilePath. --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 1ef66ba..4bb46c2 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -16,7 +16,6 @@ SRCS = \ NHC/SizedTypes.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs System/Locale.hs \ - System/FilePath.hs \ System/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ System/Console/GetOpt.hs System/Random.hs \ System/CPUTime.hsc System/Time.hsc \ @@ -38,6 +37,7 @@ SRCS = \ # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc # Text/Read/Lex.hs +# System/FilePath.hs # Here are the main rules.