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.2
+version: 2.0.0.3
 
 synopsis: Generate Ruby clients from Servant APIs.
 description: Lackey generates Ruby clients from Servant APIs.
@@ -26,9 +26,9 @@
 
 common library
   build-depends:
-    , base >= 4.13.0 && < 4.17
+    , base >= 4.13.0 && < 4.18
     , servant-foreign >= 0.15 && < 0.16
-    , text >= 1.2.4 && < 1.3
+    , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1
   default-language: Haskell2010
   ghc-options:
     -Weverything
