diff --git a/happstack-hsp.cabal b/happstack-hsp.cabal
--- a/happstack-hsp.cabal
+++ b/happstack-hsp.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-hsp
-Version:             7.3.4
+Version:             7.3.5
 Synopsis:            Support for using HSP templates in Happstack
 Description:         Happstack is a web application framework. HSP is an XML templating solution. This package makes it easy to use HSP templates with Happstack.
 Homepage:            http://www.happstack.com/
@@ -7,7 +7,7 @@
 License-file:        LICENSE
 Author:              Jeremy Shaw
 Maintainer:          Happstack team <happs@googlegroups.com>
-Copyright:           2011 Jeremy Shaw
+Copyright:           2011-2015 Jeremy Shaw
 Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
@@ -21,8 +21,6 @@
 
   Exposed-modules:     Happstack.Server.HSP.HTML
                        Happstack.Server.XMLGenT
---                       HSP.Identity
---                       HSP.IdentityT
                        HSP.ServerPartT
                        HSP.Google.Analytics
 
@@ -33,8 +31,6 @@
                        hsp              >= 0.9.2 && < 0.11,
                        hsx2hs           >= 0.13.0 && < 0.14,
                        mtl              >= 1.1 && < 2.3,
-                       utf8-string      == 0.3.*,
+                       utf8-string      >= 0.3 && < 1.1,
                        syb              >= 0.3 && < 0.5,
                        text             >= 0.10 && < 1.3
-
---  Build-tools:         hsx2hs
