diff --git a/battleship-combinatorics.cabal b/battleship-combinatorics.cabal
--- a/battleship-combinatorics.cabal
+++ b/battleship-combinatorics.cabal
@@ -1,10 +1,10 @@
 Name:             battleship-combinatorics
-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/battleship-combinatorics/
+Homepage:         https://hub.darcs.net/thielema/battleship-combinatorics/
 Category:         Math
 Synopsis:         Compute number of possible arrangements in the battleship game
 Description:
@@ -13,17 +13,17 @@
   .
   <https://en.wikipedia.org/wiki/Battleship_(game)>
 Tested-With:      GHC==7.4.2, GHC==7.8.4
-Cabal-Version:    >=1.14
+Cabal-Version:    1.14
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0.0.2
+  Tag:         0.0.0.3
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/battleship-combinatorics/
+  Location:    https://hub.darcs.net/thielema/battleship-combinatorics/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/battleship-combinatorics/
+  Location:    https://hub.darcs.net/thielema/battleship-combinatorics/
 
 Library
   Build-Depends:
@@ -31,17 +31,17 @@
     pooled-io >=0.0.2 && <0.1,
     combinatorial >=0.0 && <0.2,
     set-cover >=0.0.7 && <0.1,
-    temporary >=1.1 && <1.3,
+    temporary >=1.1 && <1.4,
     directory >=1.1 && <1.4,
     filepath >=1.3 && <1.5,
-    random >=1.0 && <1.2,
+    random >=1.0 && <1.3,
     storable-record >=0.0.3 && <0.1,
     storablevector >=0.2.11 && <0.3,
     containers >=0.4.2 && <0.7,
     deepseq >=1.3 && <1.5,
     non-empty >=0.2.1 && <0.4,
     semigroups >=0.1 && <1.0,
-    transformers >=0.3 && <0.6,
+    transformers >=0.3 && <0.7,
     utility-ht >=0.0.8 && <0.1,
     prelude-compat >=0.0 && <0.0.1,
     base >=4.5 && <5
