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.6
+Version:             0.1.3.7
 License:             BSD3
 License-file:        LICENSE
 Author:              Judah Jacobson
@@ -22,6 +22,7 @@
                      .
                       - "Numeric.FFT.Vector.Unitary" additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the
                         input.
+Tested-With:         GHC == 7.6.2, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 
 source-repository head
     type:   git
@@ -42,7 +43,10 @@
                  vector>=0.9 && < 0.12,
                  primitive>=0.6 && < 0.7,
                  storable-complex==0.2.*
-  Extra-libraries: fftw3
+  if os(windows)
+    Extra-libraries: fftw3-3
+  else
+    Extra-libraries: fftw3
 
   Extensions: ForeignFunctionInterface, RecordWildCards, BangPatterns, FlexibleInstances,
                 ScopedTypeVariables
