[project @ 2005-01-31 21:07:15 by panne]
[ghc-base.git] / Makefile
index 8661f0c..08da6a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ ALL_DIRS = \
        System/IO \
        System/Posix \
        System/Process \
+       System/Directory \
        Text \
        Text/Html \
        Text/PrettyPrint \
@@ -36,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