diff --git a/hinduce-classifier-decisiontree.cabal b/hinduce-classifier-decisiontree.cabal
--- a/hinduce-classifier-decisiontree.cabal
+++ b/hinduce-classifier-decisiontree.cabal
@@ -1,5 +1,5 @@
 Name:           hinduce-classifier-decisiontree
-Version:        0.0.0.0
+Version:        0.0.0.1
 License:        BSD3
 Author:         Robert Hensing
 Maintainer:     hackage@roberthensing.nl
@@ -12,7 +12,7 @@
 Category:       Data Mining
 
 Library
-    Build-Depends:      haskell98, base >= 4 && < 5,
+    Build-Depends:      base >= 4 && < 5,
                         layout >= 0.0.0.1,
                         hinduce-missingh >= 0.0.0.0,
                         hinduce-classifier >= 0.0.0.0,
