diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+- 0.7.1.5
+    * Bump `time` dependency to allow up to `time-1.5`, for tests as well
+    * Bump `QuickCheck` dependency to allow up to `QuickCheck-2.8`
+
 - 0.7.1.4
     * Bump `time` dependency to allow up to `time-1.5`
 
diff --git a/digestive-functors.cabal b/digestive-functors.cabal
--- a/digestive-functors.cabal
+++ b/digestive-functors.cabal
@@ -1,5 +1,5 @@
 Name:     digestive-functors
-Version:  0.7.1.4
+Version:  0.7.1.5
 Synopsis: A practical formlet library
 
 Description:
@@ -89,7 +89,7 @@
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.3,
-    QuickCheck                 >= 2.5 && < 2.8,
+    QuickCheck                 >= 2.5 && < 2.9,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
     test-framework-quickcheck2 >= 0.3 && < 0.4,
@@ -100,7 +100,7 @@
     mtl        >= 1.1.0.0 && < 3,
     old-locale >= 1.0     && < 1.1,
     text       >= 0.10    && < 1.3,
-    time       >= 1.4     && < 1.5
+    time       >= 1.4     && < 1.6
 
 Source-repository head
   Type:     git
