packages feed

happstack-jmacro-7.0.6: happstack-jmacro.cabal

Name:                happstack-jmacro
Version:             7.0.6
Synopsis:            Support for using JMacro with Happstack
Homepage:            http://www.happstack.com/
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          jeremy@n-heptane.com
-- Copyright:
Stability:           Provisional
Category:            Web, Happstack
Build-type:          Simple
Cabal-version:       >=1.6


Library
  Exposed-modules:     Happstack.Server.JMacro
  Build-depends:
     base              >4 && <5,
     base64-bytestring >= 0.1 && < 1.1,
     bytestring        >= 0.9 && < 0.11,
     cereal            >= 0.3 && < 0.5,
     digest            == 0.0.*,
     happstack-server  >= 6.4 && <7.4,
     jmacro            == 0.6.*,
     wl-pprint-text    == 1.1.*,
     text              >= 0.9 && < 0.12,
     utf8-string       == 0.3.*