diff --git a/vector-fftw.cabal b/vector-fftw.cabal
--- a/vector-fftw.cabal
+++ b/vector-fftw.cabal
@@ -1,6 +1,6 @@
 Name:                vector-fftw
 
-Version:             0.1.3.7
+Version:             0.1.3.8
 License:             BSD3
 License-file:        LICENSE
 Author:              Judah Jacobson
@@ -17,7 +17,7 @@
                      We provide three different modules which wrap fftw's operations:
                      .
                       - "Numeric.FFT.Vector.Unnormalized" contains the raw transforms;
-                     . 
+                     .
                       - "Numeric.FFT.Vector.Invertible" scales the backwards transforms to be true inverses;
                      .
                       - "Numeric.FFT.Vector.Unitary" additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the
@@ -30,7 +30,7 @@
 
 
 Library
-  Exposed-modules:     
+  Exposed-modules:
         Numeric.FFT.Vector.Unnormalized
         Numeric.FFT.Vector.Invertible
         Numeric.FFT.Vector.Unitary
@@ -38,9 +38,9 @@
 
   Other-modules:
         Numeric.FFT.Vector.Base
-  
-  Build-depends: base>=4.3 && < 4.10,
-                 vector>=0.9 && < 0.12,
+
+  Build-depends: base>=4.3 && < 4.11,
+                 vector>=0.9 && < 0.13,
                  primitive>=0.6 && < 0.7,
                  storable-complex==0.2.*
   if os(windows)
