diff --git a/lackey.cabal b/lackey.cabal
--- a/lackey.cabal
+++ b/lackey.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: lackey
-version: 2.0.0.5
+version: 2.0.0.6
 
 synopsis: Generate Ruby clients from Servant APIs.
 description: Lackey generates Ruby clients from Servant APIs.
@@ -62,7 +62,7 @@
   import: executable
 
   build-depends:
-    , hspec >= 2.7.6 && < 2.11
+    , hspec >= 2.9.7 && < 2.12
     , servant >= 0.19.1 && < 0.20
   hs-source-dirs: source/test-suite
   main-is: Main.hs
