[project @ 2004-12-21 12:12:40 by simonpj]
[ghc-base.git] / Makefile
index d15b13e..739ad76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ ALL_DIRS = \
        System/Mem \
        System/IO \
        System/Posix \
+       System/Process \
        Text \
        Text/Html \
        Text/PrettyPrint \
@@ -35,6 +36,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