diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -65,3 +65,8 @@
 0.2.2.5:
 		hmatrix 0.10.0.0 release
 
+0.2.2.6:
+		changed base to >= 4
+		fixed Setup.lhs (as there is no configure.hs) 
+ 		  pointed out by dons
+
diff --git a/Setup.lhs b/Setup.lhs
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -2,4 +2,4 @@
 
 > import Distribution.Simple
 
-> main = defaultMainWithHooks autoconfUserHooks
+> main = defaultMain
diff --git a/hstatistics.cabal b/hstatistics.cabal
--- a/hstatistics.cabal
+++ b/hstatistics.cabal
@@ -1,5 +1,5 @@
 Name:               hstatistics
-Version:            0.2.2.5
+Version:            0.2.2.6
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010
@@ -19,7 +19,7 @@
 Category:           Math, Statistics
 tested-with:        GHC ==6.12.1
 
-cabal-version:      >=1.2
+cabal-version:      >=1.6
 
 build-type:         Simple
 
@@ -28,7 +28,7 @@
 
 library
 
-    Build-Depends:      base >= 3 && < 5,
+    Build-Depends:      base >= 4 && < 5,
                         array, random,
                         hmatrix >= 0.10.0.0,
                         hmatrix-gsl-stats >= 0.1.2.6
@@ -52,7 +52,7 @@
                               -fno-warn-orphans
                               -fno-warn-unused-binds
 
-    source-repository head
-        type:     darcs
-        location: darcs get http://code.haskell.org/hstatistics
+source-repository head
+    type:     darcs
+    location: http://code.haskell.org/hstatistics
 
