diff --git a/fftwRaw.cabal b/fftwRaw.cabal
--- a/fftwRaw.cabal
+++ b/fftwRaw.cabal
@@ -1,5 +1,5 @@
 name:                fftwRaw
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Low level bindings to FFTW.
 description:         
     Yet another set of Haskell bindings to <http://www.fftw.org/ FFTW>, the Fastest Fourier Transform in the West.
@@ -29,7 +29,7 @@
   exposed-modules:     Numeric.FFTW
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.6 && <4.9
+  build-depends:       base >=4.6 && <5
   -- hs-source-dirs:      
   default-language:    Haskell2010
   extra-libraries:     fftw3
