diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 
 ## Changes
 
-See [changelog.md](changelog.md).
+See [https://github.com/Soostone/retry/blob/master/changelog.md](changelog.md).
 
 ## Author
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+0.7.4.1
+* Loosen QuickCheck dependency for tests.
+
 0.7.4
 * Widen transformers dependency
 
diff --git a/retry.cabal b/retry.cabal
--- a/retry.cabal
+++ b/retry.cabal
@@ -14,7 +14,7 @@
         case we should hang back for a bit and retry the query instead
         of simply raising an exception.
 
-version:             0.7.4
+version:             0.7.4.1
 synopsis:            Retry combinators for monadic actions that may fail
 license:             BSD3
 license-file:        LICENSE
@@ -54,7 +54,7 @@
       , data-default-class
       , random
       , time
-      , QuickCheck         >= 2.7 && < 2.9
+      , QuickCheck         >= 2.7 && < 2.10
       , HUnit              >= 1.2.5.2 && < 1.4
       , hspec              >= 1.9
       , stm
