hsx-jmacro-7.3.8.2: hsx-jmacro.cabal
Name: hsx-jmacro
Version: 7.3.8.2
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/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: jeremy@n-heptane.com
Stability: Provisional
Category: Web
Build-type: Simple
Cabal-version: >=1.10
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
Extra-source-files: example.hs,
example2.hs,
README.md
source-repository head
type: git
location: https://github.com/Happstack/hsx-jmacro.git
Library
Default-language: Haskell2010
Exposed-modules: HSP.JMacro
HSP.JMacroT
Build-depends:
base > 4 && <5,
hsp >= 0.9 && < 0.11,
jmacro >= 0.6 && < 0.7,
mtl >= 2.0 && < 2.3,
wl-pprint-text >= 1.1,
text >= 0.11 && < 2.1