diff --git a/happstack-jmacro.cabal b/happstack-jmacro.cabal
--- a/happstack-jmacro.cabal
+++ b/happstack-jmacro.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-jmacro
-Version:             7.0.2
+Version:             7.0.3
 Synopsis:            Support for using JMacro with Happstack
 Homepage:            http://www.happstack.com/
 License:             BSD3
@@ -8,7 +8,7 @@
 Maintainer:          jeremy@n-heptane.com
 -- Copyright:
 Stability:           Provisional
-Category:            Web
+Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
 
@@ -17,11 +17,11 @@
   Exposed-modules:     Happstack.Server.JMacro
   Build-depends:
      base              >4 && <5,
-     base64-bytestring == 0.1.*,
-     bytestring        == 0.9.*,
+     base64-bytestring >= 0.1 && < 1.1,
+     bytestring        >= 0.9 && < 0.11,
      cereal            == 0.3.*,
      digest            == 0.0.*,
-     happstack-server  >= 6.4 && <7.1,
+     happstack-server  >= 6.4 && <7.2,
      jmacro            == 0.5.*,
      pretty            == 1.0.* || == 1.1.*,
      utf8-string       == 0.3.*
