diff --git a/netlib-comfort-array.cabal b/netlib-comfort-array.cabal
--- a/netlib-comfort-array.cabal
+++ b/netlib-comfort-array.cabal
@@ -1,10 +1,10 @@
 Name:             netlib-comfort-array
-Version:          0.0.0.1
+Version:          0.0.0.2
 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/netlib-comfort-array/
+Homepage:         https://hub.darcs.net/thielema/netlib-comfort-array/
 Category:         Math
 Synopsis:         Helper modules for comfort-array wrappers to BLAS and LAPACK
 Description:
@@ -20,18 +20,18 @@
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0.0.1
+  Tag:         0.0.0.2
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/netlib-comfort-array/
+  Location:    https://hub.darcs.net/thielema/netlib-comfort-array/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/netlib-comfort-array/
+  Location:    https://hub.darcs.net/thielema/netlib-comfort-array/
 
 Library
   Build-Depends:
     netlib-ffi >=0.0.1 && <0.2,
-    comfort-array >=0.3 && <0.5,
+    comfort-array >=0.3 && <0.6,
     transformers >=0.4 && <0.6,
     base >=4.5 && <5
 
