From 74bc2d04fdbae494bcf4839c4ec5e6ec1d0bf600 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Thu, 12 Apr 2007 19:50:26 +0000 Subject: [PATCH] add System.Posix.Types to default nhc98 build --- Makefile.nhc98 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 1.7.10.4