diff --git a/th-lego.cabal b/th-lego.cabal
--- a/th-lego.cabal
+++ b/th-lego.cabal
@@ -1,5 +1,5 @@
 name: th-lego
-version: 0.3.0.1
+version: 0.3.0.2
 synopsis: Template Haskell construction utilities
 description:
   A collection of templates for the typical patterns appearing
@@ -36,7 +36,7 @@
     base >=4.10 && <5,
     template-haskell >=2.8 && <3,
     template-haskell-compat-v0208 >=0.1.5 && <0.2,
-    text >=1 && <2
+    text >=1 && <3
 
 test-suite test
   type: exitcode-stdio-1.0
