diff --git a/burrito.cabal b/burrito.cabal
--- a/burrito.cabal
+++ b/burrito.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: burrito
-version: 2.0.1.13
+version: 2.0.1.14
 synopsis: Parse and render URI templates.
 description:
   Burrito is a Haskell library for parsing and rendering URI templates.
@@ -103,7 +103,7 @@
 test-suite burrito-test-suite
   import: executable
   build-depends:
-    QuickCheck ^>=2.14.3 || ^>=2.15,
+    QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16,
     containers,
     hspec ^>=2.11.8,
     text,
