diff --git a/blas-comfort-array.cabal b/blas-comfort-array.cabal
--- a/blas-comfort-array.cabal
+++ b/blas-comfort-array.cabal
@@ -1,10 +1,10 @@
 Name:             blas-comfort-array
-Version:          0.0.0.2
+Version:          0.0.0.3
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
 Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
-Homepage:         http://hub.darcs.net/thielema/blas-comfort-array/
+Homepage:         https://hub.darcs.net/thielema/blas-comfort-array/
 Category:         Math
 Synopsis:         Auto-generated interface to Fortran BLAS via comfort-array
 Description:
@@ -20,20 +20,20 @@
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0.0.2
+  Tag:         0.0.0.3
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/blas-comfort-array/
+  Location:    https://hub.darcs.net/thielema/blas-comfort-array/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/blas-comfort-array/
+  Location:    https://hub.darcs.net/thielema/blas-comfort-array/
 
 Library
   Build-Depends:
     blas-ffi >=0.0 && <0.2,
     netlib-comfort-array >=0.0 && <0.1,
     netlib-ffi >=0.0 && <0.2,
-    comfort-array >=0.3 && <0.5,
+    comfort-array >=0.3 && <0.6,
     storable-complex >=0.2.2 && <0.3,
     transformers >=0.4 && <0.6,
     base >=4.5 && <5
