diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in 0.4.6
+* Levi Schuck added fix for Cabal 1.18
+
 Changes in 0.4.5
 * Clark Gaebel added the lognormal distribution.
 
diff --git a/Setup.lhs b/Setup.lhs
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -24,10 +24,7 @@
 >     } 
 > }
 > 
-> gslconfigProgram = (simpleProgram "gsl-config") {
->     programFindLocation = \verbosity ->
->       findProgramLocation verbosity "gsl-config"
->   }
+> gslconfigProgram = (simpleProgram "gsl-config")
 > 
 > gslBuildInfo :: LocalBuildInfo -> IO BuildInfo
 > gslBuildInfo lbi = do
diff --git a/gsl-random.cabal b/gsl-random.cabal
--- a/gsl-random.cabal
+++ b/gsl-random.cabal
@@ -1,5 +1,5 @@
 name:            gsl-random
-version:         0.4.5
+version:         0.4.6
 homepage:        http://github.com/patperry/hs-gsl-random
 synopsis:        Bindings the the GSL random number generation facilities.
 description:
