diff --git a/reform-hsp.cabal b/reform-hsp.cabal
--- a/reform-hsp.cabal
+++ b/reform-hsp.cabal
@@ -1,5 +1,5 @@
 Name:                reform-hsp
-Version:             0.2.2
+Version:             0.2.3
 Synopsis:            Add support for using HSP with Reform
 Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with HSP.
 Homepage:            http://www.happstack.com/
@@ -24,4 +24,4 @@
   Build-depends:       base   > 4    && <5,
                        hsp    >= 0.9 && < 0.11,
                        reform >= 0.2.1 && < 0.3,
-                       text   == 0.11.*
+                       text   >= 0.11 && < 1.1
