packages feed

happstack-fay-0.2.0: happstack-fay.cabal

name:                happstack-fay
version:             0.2.0
synopsis:            Support for using Fay with Happstack
description:         Fay is strict subset of Happstack which can be compiled
                     to Javascript. This library provides some utilities for client-server
                     communication, client-side HTML generation, and more.
                     .
                     This package provides the server-side libraries for happstack-fay
homepage:            http://www.happstack.com/
license:             BSD3
license-file:        LICENSE
author:              Jeremy Shaw
maintainer:          jeremy@n-heptane.com
category:            Happstack
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Happstack.Fay

  build-depends:       base                 > 4.5 && <5,
                       fay                  == 0.14.*,
                       happstack-fay-ajax   == 0.2.*,
                       aeson                == 0.6.*,
                       mtl                  >= 2.0 && < 2.2,
                       happstack-server     >= 7.0 && <7.2