From: malcolm Date: Thu, 20 Feb 2003 09:36:40 +0000 (+0000) Subject: [project @ 2003-02-20 09:36:40 by malcolm] X-Git-Tag: nhc98-1-18-release~729 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=ca19b378d4dfc9f3551b3f6d6a755609c1bc366b [project @ 2003-02-20 09:36:40 by malcolm] Add Foreign.Marshal.Pool to the nhc98 build. --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index d798212..cfca3fd 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -21,7 +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/Marshal.hs \ + Foreign/Marshal/Utils.hs Foreign/Marshal/Error.hs \ + Foreign/Marshal/Pool.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 \