diff --git a/accelerate-cufft.cabal b/accelerate-cufft.cabal
--- a/accelerate-cufft.cabal
+++ b/accelerate-cufft.cabal
@@ -1,10 +1,10 @@
 Name:             accelerate-cufft
-Version:          0.0
+Version:          0.0.0.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
 Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
-Homepage:         http://code.haskell.org/~thielema/accelerate-cufft/
+Homepage:         http://hub.darcs.net/thielema/accelerate-cufft/
 Category:         Math
 Synopsis:         Accelerate frontend to the CUFFT library (Fourier transform)
 Description:
@@ -20,13 +20,13 @@
   default:     False
 
 Source-Repository this
-  Tag:         0.0
+  Tag:         0.0.0.1
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/accelerate-cufft/
+  Location:    http://hub.darcs.net/thielema/accelerate-cufft/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/accelerate-cufft/
+  Location:    http://hub.darcs.net/thielema/accelerate-cufft/
 
 Library
   Build-Depends:
@@ -36,7 +36,7 @@
     accelerate-utility >=0.1 && <0.2,
     accelerate-cuda >=0.15 && <0.16,
     accelerate >=0.15 && <0.16,
-    base >=4.5 && <4.8
+    base >=4.5 && <4.10
 
   GHC-Options:      -Wall -fwarn-missing-import-lists
   Hs-Source-Dirs:   src
