diff --git a/ChasingBottoms.cabal b/ChasingBottoms.cabal
--- a/ChasingBottoms.cabal
+++ b/ChasingBottoms.cabal
@@ -1,5 +1,5 @@
 name:               ChasingBottoms
-version:            1.3.0.8
+version:            1.3.0.9
 license:            MIT
 license-file:       LICENCE
 copyright:          Copyright (c) Nils Anders Danielsson 2004-2014.
@@ -125,7 +125,7 @@
                    mtl >= 1.1 && < 2.3,
                    base >= 4.0 && < 4.8,
                    containers >= 0.3 && < 0.6,
-                   random == 1.0.*,
+                   random >= 1.0 && < 1.2,
                    syb >= 0.1.0.2 && < 0.5
 
 flag build-tests
@@ -154,6 +154,6 @@
                    mtl >= 1.1 && < 2.3,
                    base >= 4.0 && < 4.8,
                    containers >= 0.3 && < 0.6,
-                   random == 1.0.*,
+                   random >= 1.0 && < 1.2,
                    syb >= 0.1.0.2 && < 0.5,
                    array >= 0.3 && < 0.6
