diff --git a/fft.cabal b/fft.cabal
--- a/fft.cabal
+++ b/fft.cabal
@@ -1,5 +1,5 @@
 name:                fft
-version:             0.1.8.4
+version:             0.1.8.5
 synopsis:            Bindings to the FFTW library.
 description:
                      Bindings to the FFTW library.
@@ -20,7 +20,7 @@
 flag base4
 
 source-repository this
-  tag:         0.1.8.4
+  tag:         0.1.8.5
   type:        darcs
   location:    http://hub.darcs.net/thielema/fft/
 
@@ -39,7 +39,7 @@
   else
     build-depends: base <3
   if flag(base4)
-    build-depends: base >=4 && <5, syb >=0.1 && <0.7
+    build-depends: base >=4 && <5, syb >=0.1 && <0.8
   else
     build-depends: base <4
 
