hsx-jmacro-7.3.0: hsx-jmacro.cabal
Name: hsx-jmacro
Version: 7.3.0
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.6
Extra-source-files: example.hs,
example2.hs
Library
Exposed-modules: HSP.JMacro
HSP.JMacroT
Build-depends:
base > 4 && <5,
happstack-hsp == 7.2.*,
hsp == 0.9.*,
jmacro >= 0.6 && < 0.7,
mtl >= 2.0 && < 2.2,
wl-pprint-text == 1.1.*,
text == 0.11.*