From a1d6b000d0278324ed21971d779b280e63b01273 Mon Sep 17 00:00:00 2001 From: malcolm Date: Wed, 19 Feb 2003 13:54:19 +0000 Subject: [PATCH] [project @ 2003-02-19 13:54:19 by malcolm] Oops, the "directory-collecting" modules Foreign and Foreign.Marshal were accidentally omitted from the nhc98 build. --- Makefile.nhc98 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 30585b0..d798212 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -21,8 +21,8 @@ SRCS = \ Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \ Foreign/ForeignPtr.hs Foreign/C/Types.hs Foreign/C/TypesISO.hs \ Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \ - Foreign/Marshal/Utils.hs Foreign/Marshal/Error.hs \ - Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs \ + Foreign/Marshal/Utils.hs Foreign/Marshal/Error.hs Foreign/Marshal.hs \ + Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ Text/ParserCombinators/Parsec/Char.hs \ Text/ParserCombinators/Parsec/Combinator.hs \ Text/ParserCombinators/Parsec/Error.hs \ -- 1.7.10.4