X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=08da6a7ae4fe0718bb3957220287cd3aca4e417f;hb=99a329d9b272925dcdf474ce2369e9421b51e51c;hp=d15b13e117c2b12c53d0dd7dcc60a1579f05735f;hpb=ea98be462413c2785386967865a511b3405bb031;p=ghc-base.git diff --git a/Makefile b/Makefile index d15b13e..08da6a7 100644 --- 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