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.1
+version: 2.0.0.2
 
 synopsis: Generate Ruby clients from Servant APIs.
 description: Lackey generates Ruby clients from Servant APIs.
@@ -68,7 +68,7 @@
   import: executable
 
   build-depends:
-    , hspec >= 2.7.6 && < 2.10
+    , hspec >= 2.7.6 && < 2.11
     , servant >= 0.16.2 && < 0.20
   hs-source-dirs: source/test-suite
   main-is: Main.hs
