remove Text.Html from nhc98 build
[haskell-directory.git] / Makefile
index 7d96616..2e7a3a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,6 @@ ALL_DIRS = \
        System/Process \
        System/Directory \
        Text \
-       Text/Html \
        Text/PrettyPrint \
        Text/ParserCombinators \
        Text/Regex \
@@ -39,7 +38,7 @@ ALL_DIRS = \
        Text/Read
 
 PACKAGE = base
-VERSION = 1.0
+VERSION = 2.0
 
 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h
 SRC_HSC2HS_OPTS += -Iinclude -I$(GHC_INCLUDE_DIR)