From: Malcolm.Wallace@cs.york.ac.uk Date: Thu, 12 Apr 2007 19:50:26 +0000 (+0000) Subject: add System.Posix.Types to default nhc98 build X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=74bc2d04fdbae494bcf4839c4ec5e6ec1d0bf600;p=ghc-base.git add System.Posix.Types to default nhc98 build --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 2b21277..eb6f526 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -35,7 +35,8 @@ SRCS = \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ Unsafe/Coerce.hs \ - WCsubst.c + WCsubst.c \ + System/Posix/Types.hsc \ # Text/Regex/Posix.hsc Text/Regex.hs \