packages feed

fay-hsx-0.2.0: fay-hsx.cabal

name:                fay-hsx
version:             0.2.0
synopsis:            Clientside HTML generation for fay.
description:         This library allows you to write fay code that generates HTML in the browser. It is compatible with the code generated by hsx2hs.
homepage:            http://www.happstack.com/
license:             BSD3
license-file:        LICENSE
copyright:           2013, SeeReason Partners LLC
author:              Jeremy Shaw
maintainer:          jeremy@n-heptane.com
category:            Happstack
build-type:          Simple
cabal-version:       >=1.8

data-files:
  src/HTML.hs

library
  hs-source-dirs: src
  exposed-modules:     HTML

  build-depends:       fay-base         == 0.14.*,
                       fay-jquery       == 0.3.*