diff --git a/battleship-combinatorics.cabal b/battleship-combinatorics.cabal
--- a/battleship-combinatorics.cabal
+++ b/battleship-combinatorics.cabal
@@ -1,5 +1,5 @@
 Name:             battleship-combinatorics
-Version:          0.0.1
+Version:          0.0.1.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -17,7 +17,7 @@
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0.1
+  Tag:         0.0.1.1
   Type:        darcs
   Location:    https://hub.darcs.net/thielema/battleship-combinatorics/
 
@@ -27,20 +27,20 @@
 
 Library
   Build-Depends:
-    QuickCheck >=2.5 && <3.0,
+    QuickCheck >=2.5 && <3,
     pooled-io >=0.0.2 && <0.1,
     combinatorial >=0.0 && <0.2,
     set-cover >=0.1 && <0.2,
     temporary >=1.1 && <1.4,
     directory >=1.1 && <1.4,
-    filepath >=1.3 && <1.5,
-    random >=1.0 && <1.3,
+    filepath >=1.3 && <1.6,
+    random >=1.0 && <1.4,
     storable-record >=0.0.3 && <0.1,
     storablevector >=0.2.11 && <0.3,
-    containers >=0.4.2 && <0.7,
-    deepseq >=1.3 && <1.5,
+    containers >=0.4.2 && <0.9,
+    deepseq >=1.3 && <1.7,
     non-empty >=0.2.1 && <0.4,
-    semigroups >=0.1 && <1.0,
+    semigroups >=0.1 && <1,
     transformers >=0.3 && <0.7,
     utility-ht >=0.0.8 && <0.1,
     prelude-compat >=0.0 && <0.0.1,
