diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index 9e9d2e6db7c68bceb0c9200e23159ffb421781ea..c2438c8c2e5c43bd1d29de598dc6baf2ec3e60c5 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,6 +1,7 @@
 next [????.??.??]
 -----------------
 * Define a `MonadFail` instance for `CatchT`.
+* Allow `QuickCheck-2.13` in the test suite.
 
 0.10.0
 ------
diff --git a/exceptions.cabal b/exceptions.cabal
index 9387ae11d5b2a4c82a811ad01a19b3e58dfcfefa..6158a757b4dc86b97196823cea9047d2826f20c2 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -78,6 +78,6 @@ test-suite exceptions-tests
     test-framework             >= 0.8      && < 0.9,
     test-framework-hunit       >= 0.3      && < 0.4,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.13
+    QuickCheck                 >= 2.5      && < 2.14
   if !impl(ghc >= 8.0)
     build-depends: fail        == 4.9.*