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.16
+version: 2.0.1.17
 synopsis: Parse and render URI templates.
 description:
   Burrito is a Haskell library for parsing and rendering URI templates.
@@ -103,9 +103,9 @@
 test-suite burrito-test-suite
   import: executable
   build-depends:
-    QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16,
     containers,
     hspec ^>=2.11.8,
+    QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16 || ^>=2.17 || ^>=2.18,
     text,
 
   hs-source-dirs: source/test-suite
