diff --git a/happstack-hstringtemplate.cabal b/happstack-hstringtemplate.cabal
--- a/happstack-hstringtemplate.cabal
+++ b/happstack-hstringtemplate.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-hstringtemplate
-Version:             7.0.2
+Version:             7.0.3
 Synopsis:            Support for using HStringTemplate in Happstack
 Description:         Happstack is a web application framework. HStringTemplate is a templating solution.
 Homepage:            http://www.happstack.com/
@@ -22,9 +22,9 @@
   Exposed-modules:     Happstack.Server.HStringTemplate
   Build-depends:       base >= 3.0 && < 5.0,
                        bytestring,
-                       happstack-server >= 6.0 && < 7.2,
+                       happstack-server >= 6.0 && < 7.4,
                        hslogger,
-                       HStringTemplate >= 0.4.3 && < 0.7,
+                       HStringTemplate >= 0.4.3 && < 0.8,
                        mtl >= 1.1 && < 2.2
 
 
