diff --git a/data-clist.cabal b/data-clist.cabal
--- a/data-clist.cabal
+++ b/data-clist.cabal
@@ -5,7 +5,7 @@
              Given that the ring terminiology clashes with certain
              mathematical branches, we're using the term CList or
              CircularList instead.
-Version: 0.0.7.3
+Version: 0.0.7.4
 License: BSD3
 License-File: LICENSE
 Author: John Van Enk <vanenkj@gmail.com>
@@ -22,8 +22,8 @@
 
 Library
     Build-Depends: base >= 4 && < 5,
-                   deepseq >= 1.1 && < 1.4,
-                   QuickCheck >= 2.4 && < 2.8
+                   deepseq >= 1.1 && < 1.5,
+                   QuickCheck >= 2.4 && < 2.9
 
     Exposed-Modules:
         Data.CircularList
