[project @ 2003-02-19 13:54:19 by malcolm]
authormalcolm <unknown>
Wed, 19 Feb 2003 13:54:19 +0000 (13:54 +0000)
committermalcolm <unknown>
Wed, 19 Feb 2003 13:54:19 +0000 (13:54 +0000)
Oops, the "directory-collecting" modules Foreign and Foreign.Marshal were
accidentally omitted from the nhc98 build.

Makefile.nhc98

index 30585b0..d798212 100644 (file)
@@ -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 \