diff --git a/web-routes-hsp.cabal b/web-routes-hsp.cabal
--- a/web-routes-hsp.cabal
+++ b/web-routes-hsp.cabal
@@ -1,5 +1,5 @@
 Name:             web-routes-hsp
-Version:          0.24.2
+Version:          0.24.3
 License:          BSD3
 License-File:     LICENSE
 Author:           jeremy@seereason.com
@@ -13,7 +13,7 @@
 Library
         Build-Depends:    base       >= 4    && < 5,
                           hsp        >= 0.9  && < 0.11,
-                          text       == 0.11.*,
+                          text       >= 0.11 && < 1.1,
                           web-routes >= 0.26 && < 0.28
 
         Exposed-Modules:  Web.Routes.XMLGenT
