diff --git a/hsx-jmacro.cabal b/hsx-jmacro.cabal
--- a/hsx-jmacro.cabal
+++ b/hsx-jmacro.cabal
@@ -1,5 +1,5 @@
 Name:                hsx-jmacro
-Version:             7.3.6
+Version:             7.3.7
 Synopsis:            hsp+jmacro support
 Description:         HSP allows for the use of literal XML in Haskell program text. JMacro allows for the use of javascript-syntax for generating javascript in Haskell. This library makes it easy to embed JMacro generated javascript in HSX templates.
 Homepage:            http://www.happstack.com/
@@ -14,13 +14,16 @@
 Extra-source-files:  example.hs,
                      example2.hs
 
+source-repository head
+  type: git
+  location: https://github.com/Happstack/hsx-jmacro.git
+
 Library
   Exposed-modules:   HSP.JMacro
                      HSP.JMacroT
 
   Build-depends:
                      base            > 4      && <5,
-                     happstack-hsp  >= 7.2    && < 7.4,
                      hsp            >= 0.9    && < 0.11,
                      jmacro         >= 0.6    && < 0.7,
                      mtl            >= 2.0    && < 2.3,
