hsx-jmacro 7.3.8 → 7.3.8.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~wl-pprint-text
Dependency ranges changed: wl-pprint-text
Files
- hsx-jmacro.cabal +3/−3
hsx-jmacro.cabal view
@@ -1,5 +1,5 @@ Name: hsx-jmacro-Version: 7.3.8+Version: 7.3.8.1 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/@@ -11,7 +11,7 @@ Category: Web 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.2, GHC == 8.2.2, GHC == 8.4.2 Extra-source-files: example.hs, example2.hs, README.md@@ -29,5 +29,5 @@ hsp >= 0.9 && < 0.11, jmacro >= 0.6 && < 0.7, mtl >= 2.0 && < 2.3,- wl-pprint-text == 1.1.*,+ wl-pprint-text >= 1.1, text >= 0.11 && < 1.3