From: malcolm Date: Sun, 14 Nov 2004 10:48:23 +0000 (+0000) Subject: [project @ 2004-11-14 10:48:23 by malcolm] X-Git-Tag: nhc98-1-18-release~188 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=bf5bd7afc058413f95668bd70451cb6076b01a5b [project @ 2004-11-14 10:48:23 by malcolm] Plumb in new addition System.FilePath. --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index fe1f096..88cc7de 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -15,6 +15,7 @@ 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 \