diff --git a/accelerate-fourier.cabal b/accelerate-fourier.cabal
--- a/accelerate-fourier.cabal
+++ b/accelerate-fourier.cabal
@@ -1,5 +1,5 @@
 Name:             accelerate-fourier
-Version:          1.0.0.4
+Version:          1.0.0.5
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -18,11 +18,11 @@
   .
   * For CPU specific optimizations cf. @accelerate-fftw@ package.
 Tested-With:      GHC==7.8.3
-Cabal-Version:    >=1.14
+Cabal-Version:    1.14
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         1.0.0.4
+  Tag:         1.0.0.5
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/accelerate-fourier/
 
@@ -39,7 +39,7 @@
     transformers >=0.3 && <0.6,
     utility-ht >=0.0.8 && <0.1,
     QuickCheck >=2.4 && <3,
-    base >=4.5 && <4.11
+    base >=4.5 && <5
 
   GHC-Options:      -Wall -fwarn-missing-import-lists
   Hs-Source-Dirs:   src
