diff --git a/hmatrix-banded.cabal b/hmatrix-banded.cabal
--- a/hmatrix-banded.cabal
+++ b/hmatrix-banded.cabal
@@ -1,10 +1,10 @@
 Name:             hmatrix-banded
-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/hmatrix-banded/
+Homepage:         http://hub.darcs.net/thielema/hmatrix-banded/
 Category:         Math
 Synopsis:         HMatrix interface to LAPACK functions for banded matrices
 Description:      HMatrix interface to LAPACK functions for banded matrices
@@ -17,20 +17,20 @@
   default:     False
 
 Source-Repository this
-  Tag:         0.0
+  Tag:         0.0.0.1
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/hmatrix-banded/
+  Location:    http://hub.darcs.net/thielema/hmatrix-banded/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/hmatrix-banded/
+  Location:    http://hub.darcs.net/thielema/hmatrix-banded/
 
 Library
   Extra-Libraries: lapack
   Build-Depends:
     hmatrix >=0.15.2 && <0.16,
-    transformers >=0.2 && <0.5,
-    base >=4.5 && <4.8
+    transformers >=0.2 && <0.6,
+    base >=4.5 && <5
 
   GHC-Options:      -Wall -fwarn-missing-import-lists
   Hs-Source-Dirs:   src
