X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=f8c9684b81681a70b5dcb232e78f91f3ef79ec98;hb=dc45583380f89ac23601aa9dc403956a82735bed;hp=9d8e7a16daa78d8d63683e4a1ab7ebf26acf446c;hpb=f24ac6ce51fab30b74e9ec828d1d5302df75db97;p=haskell-directory.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 9d8e7a1..f8c9684 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -17,7 +17,7 @@ SRCS = \ Control/Monad.hs Control/Monad/Fix.hs Control/Monad/Instances.hs \ Control/Arrow.hs Control/Applicative.hs \ Debug/Trace.hs \ - NHC/SizedTypes.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/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ @@ -34,7 +34,9 @@ SRCS = \ Text/Printf.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ - WCsubst.c + Unsafe/Coerce.hs \ + WCsubst.c \ + System/Posix/Types.hs \ # Text/Regex/Posix.hsc Text/Regex.hs \