[project @ 2005-01-28 14:55:05 by simonmar]
[ghc-base.git] / Makefile
index d15b13e..08da6a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ ALL_DIRS = \
        System/Mem \
        System/IO \
        System/Posix \
+       System/Process \
+       System/Directory \
        Text \
        Text/Html \
        Text/PrettyPrint \
@@ -35,6 +37,7 @@ ALL_DIRS = \
        Text/Read
 
 PACKAGE = base
+VERSION = 1.0
 
 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h
 SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes