diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -94,3 +94,6 @@
 
 0.4.1:
 		changed discrete distribution return from Int to Word32 to match C uint
+
+0.4.1.1:
+		remove Config.hs and configure
diff --git a/Setup.lhs b/Setup.lhs
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -1,17 +1,5 @@
 #! /usr/bin/env runhaskell
 
 > import Distribution.Simple
-> import Distribution.Simple.Setup
-> import Distribution.PackageDescription
-> import Distribution.Simple.LocalBuildInfo
-
-> import Config(config)
-
-> main = defaultMainWithHooks simpleUserHooks { confHook = c }
-
-> c x y = do
->     binfo <- confHook simpleUserHooks x y
->     pbi <- config binfo
->     let pkg_descr = localPkgDescr binfo
->     return $ binfo { localPkgDescr = updatePackageDescription pbi pkg_descr }
+> main = defaultMain
 
diff --git a/hmatrix-gsl-stats.cabal b/hmatrix-gsl-stats.cabal
--- a/hmatrix-gsl-stats.cabal
+++ b/hmatrix-gsl-stats.cabal
@@ -1,5 +1,5 @@
 Name:               hmatrix-gsl-stats
-Version:            0.4.1
+Version:            0.4.1.1
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011, 2013, 2015
