diff --git a/gamma.cabal b/gamma.cabal
--- a/gamma.cabal
+++ b/gamma.cabal
@@ -1,5 +1,5 @@
 name:                   gamma
-version:                0.7
+version:                0.7.0.1
 stability:              provisional
 
 cabal-version:          >= 1.6
@@ -8,7 +8,7 @@
 author:                 James Cook <mokus@deepbondi.net>
 maintainer:             James Cook <mokus@deepbondi.net>
 license:                PublicDomain
-homepage:               /dev/null
+homepage:               https://github.com/mokus0/gamma
 
 category:               Math, Numerical
 synopsis:               Gamma function and related functions.
@@ -16,13 +16,14 @@
                         functions, beta function, and factorials.
 
 tested-with:            GHC == 6.10.4,
-                        GHC == 6.12.1, GHC == 6.12.3
+                        GHC == 6.12.1, GHC == 6.12.3,
+                        GHC == 7.0.1, GHC == 7.0.2
 
 extra-source-files:     extras/*.hs
 
 source-repository head
-  type: darcs
-  location: http://code.haskell.org/~mokus/gamma
+  type: git
+  location: git://github.com/mokus0/gamma.git
 
 
 Library
@@ -35,4 +36,4 @@
                         continued-fractions >= 0.9.1,
                         converge,
                         template-haskell,
-                        vector >= 0.5 && < 0.7
+                        vector >= 0.5 && < 0.8
