diff --git a/happstack-jmacro.cabal b/happstack-jmacro.cabal
--- a/happstack-jmacro.cabal
+++ b/happstack-jmacro.cabal
@@ -1,7 +1,7 @@
 Name:                happstack-jmacro
-Version:             7.0.12
+Version:             7.0.12.1
 Synopsis:            Support for using JMacro with Happstack
-Description:         Support for using JMacro with Happstack
+Description:         JMacro provides QuasiQuote support for embedding javascript in Haskell source. This module provides some helper functions for serving the generated javascript via Happstack
 Homepage:            http://www.happstack.com/
 License:             BSD3
 License-file:        LICENSE
@@ -12,7 +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
+tested-with:         GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1
 
 Library
   Exposed-modules:     Happstack.Server.JMacro
@@ -24,7 +24,7 @@
      digest            == 0.0.*,
      happstack-server  >= 6.4 && < 7.6,
      jmacro            == 0.6.*,
-     wl-pprint-text    == 1.1.*,
+     wl-pprint-text    >= 1.1 && < 1.3,
      text              >= 0.9 && < 1.3,
      utf8-string       >= 0.3 && < 1.1
 
