diff --git a/Math/FFT/Base.hsc b/Math/FFT/Base.hsc
--- a/Math/FFT/Base.hsc
+++ b/Math/FFT/Base.hsc
@@ -21,6 +21,7 @@
 import Foreign.ForeignPtr
 import Foreign.Ptr
 import Foreign.Storable
+import Foreign.Storable.Complex
 import System.IO.Unsafe (unsafePerformIO)
 
 #include <fftw3.h>
diff --git a/fft.cabal b/fft.cabal
--- a/fft.cabal
+++ b/fft.cabal
@@ -1,5 +1,5 @@
 name:                fft
-version:             0.1.0.1
+version:             0.1.1
 synopsis:            Bindings to the FFTW library.
 description:
                      Bindings to the FFTW library.
@@ -13,7 +13,7 @@
 license-file:        LICENSE
 author:              Jed Brown
 maintainer:          <jed@59A2.org>
-build-Depends:       base, array, carray
+build-Depends:       base, array, carray, storable-complex
 extra-libraries:     fftw3
 extensions:	     ForeignFunctionInterface
 exposed-modules:     Math.FFT
