diff --git a/happstack-jmacro.cabal b/happstack-jmacro.cabal
--- a/happstack-jmacro.cabal
+++ b/happstack-jmacro.cabal
@@ -1,6 +1,7 @@
 Name:                happstack-jmacro
-Version:             7.0.11
+Version:             7.0.12
 Synopsis:            Support for using JMacro with Happstack
+Description:         Support for using JMacro with Happstack
 Homepage:            http://www.happstack.com/
 License:             BSD3
 License-file:        LICENSE
@@ -11,6 +12,7 @@
 Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 
 Library
   Exposed-modules:     Happstack.Server.JMacro
@@ -20,7 +22,7 @@
      bytestring        >= 0.9 && < 0.11,
      cereal            >= 0.3 && < 0.6,
      digest            == 0.0.*,
-     happstack-server  >= 6.4 && < 7.5,
+     happstack-server  >= 6.4 && < 7.6,
      jmacro            == 0.6.*,
      wl-pprint-text    == 1.1.*,
      text              >= 0.9 && < 1.3,
