Index: b/uuid.cabal
===================================================================
--- a/uuid.cabal
+++ b/uuid.cabal
@@ -46,9 +46,9 @@ library
     , cryptohash-sha1  >=0.11.100 && <0.12
     , entropy          >=0.3.7    && <0.5
     , network-info     >=0.2      && <0.3
-    , random           >=1.2.1.2  && <1.3
+    , random           >=1.2.1.2  && <1.4
     , text             >=1.2.3.0  && <1.3  || >=2.0 && <2.2
-    , time             >=1.4      && <1.13
+    , time             >=1.4      && <1.15
 
   -- strict dependency on uuid-types,
   -- as we re-rexport datatype, thus leak instances etc.
@@ -89,7 +89,7 @@ test-suite testuuid
 
   -- deps w/o inherited constraints
   build-depends:
-      QuickCheck        >=2.14.2  && <2.15
+      QuickCheck        >=2.14.2  && <2.16
     , tasty             >=1.4.0.1 && <1.6
     , tasty-hunit       >=0.10    && <0.11
-    , tasty-quickcheck  >=0.10    && <0.11
+    , tasty-quickcheck  >=0.10    && <0.12
