From ddeaff752333f6fef1bcc0c140a589346fddb915 Mon Sep 17 00:00:00 2001 From: malcolm Date: Wed, 26 Jan 2005 15:19:19 +0000 Subject: [PATCH] [project @ 2005-01-26 15:19:19 by malcolm] Remove System.FilePath. --- Makefile.nhc98 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4