diff --git a/hmatrix-special.cabal b/hmatrix-special.cabal
--- a/hmatrix-special.cabal
+++ b/hmatrix-special.cabal
@@ -1,11 +1,11 @@
 Name:               hmatrix-special
-Version:            0.2.0
+Version:            0.3.0
 License:            GPL
 License-file:       LICENSE
 Author:             Alberto Ruiz
 Maintainer:         Alberto Ruiz <aruiz@um.es>
 Stability:          experimental
-Homepage:           http://perception.inf.um.es/hmatrix
+Homepage:           https://github.com/albertoruiz/hmatrix
 Synopsis:           Interface to GSL special functions
 Description:
  Interface to GSL special functions.
@@ -27,7 +27,7 @@
     default:        False
 
 library
-    Build-Depends:  base >= 3 && < 5, hmatrix >= 0.9
+    Build-Depends:  base <5, hmatrix, hmatrix-gsl
 
     Extensions:     ForeignFunctionInterface,
                     CPP
@@ -75,5 +75,5 @@
 
 source-repository head
     type:     git
-    location: https://github.com/AlbertoRuiz/hmatrix
+    location: https://github.com/albertoruiz/hmatrix
 
