diff --git a/burrito.cabal b/burrito.cabal
--- a/burrito.cabal
+++ b/burrito.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: burrito
-version: 2.0.1.1
+version: 2.0.1.2
 
 synopsis: Parse and render URI templates.
 description:
@@ -39,12 +39,12 @@
 
 common library
   build-depends:
-    , base >= 4.13.0 && < 4.17
+    , base >= 4.13.0 && < 4.18
     , bytestring >= 0.10.10 && < 0.12
     , containers >= 0.6.2 && < 0.7
     , parsec >= 3.1.14 && < 3.2
-    , template-haskell >= 2.15.0 && < 2.19
-    , text >= 1.2.4 && < 1.3
+    , template-haskell >= 2.15.0 && < 2.20
+    , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1
     , transformers >= 0.5.6 && < 0.6
   default-language: Haskell2010
   ghc-options:
