diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,8 @@
 # Changelog for haskell-syntax
 
+## 0.2.0.1
+- Bump upper-bound to allow `QuickCheck-2.13`.
+
 ## 0.2
 - Improve overall documentation..
 - Move `patBind` to a new `HasPatBind` class so that it can be used
diff --git a/ghc-source-gen.cabal b/ghc-source-gen.cabal
--- a/ghc-source-gen.cabal
+++ b/ghc-source-gen.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: d258230cc8bfea9db929dae746e49c293d139750bf25c9cfea165f47793cf26b
+-- hash: fd532959021d2e779b8bb178f99ac15ef05fbcafafe9f46369ebe284a72d65e1
 
 name:           ghc-source-gen
-version:        0.2
+version:        0.2.0.1
 synopsis:       Constructs Haskell syntax trees for the GHC API.
 description:    @ghc-source-gen@ is a library for generating Haskell source code.
                 It uses the <https://hackage.haskell.org/package/ghc ghc> library
@@ -73,7 +73,7 @@
       tests
   default-extensions: DataKinds FlexibleInstances TypeSynonymInstances
   build-depends:
-      QuickCheck >=2.10 && <2.13
+      QuickCheck >=2.10 && <2.14
     , base >=4.7 && <5
     , ghc >=8.2 && <8.9
     , ghc-source-gen
