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.1
+Version:             0.1.2
 License:             BSD3
 License-file:        LICENSE
 Author:              Judah Jacobson
@@ -9,6 +9,7 @@
 Category:            Math
 Build-type:          Simple
 Cabal-version:       >=1.6
+Homepage:            http://hackage.haskell.org/package/vector-fftw
 Synopsis:            A binding to the fftw library for one-dimensional vectors.
 Description:         This package provides bindings to the fftw library for one-dimensional vectors.
                      It provides both high-level functions and more low-level manipulation of fftw plans.
@@ -24,7 +25,11 @@
                      .
                      Note that this package is currently not thread-safe.
 
+source-repository head
+    type:   git
+    location: https://github.com/judah/vector-fftw
 
+
 Library
   Exposed-modules:     
         Numeric.FFT.Vector.Unnormalized
@@ -35,7 +40,7 @@
   Other-modules:
         Numeric.FFT.Vector.Base
   
-  Build-depends: base>=4.3 && < 4.5, vector==0.9.*, primitive==0.4.*,
+  Build-depends: base>=4.3 && < 4.6, vector==0.9.*, primitive==0.4.*,
                  storable-complex==0.2.*
   Extra-libraries: fftw3
 
