packages feed

happstack-heist-0.5.1: happstack-heist.cabal

Name:                happstack-heist
Version:             0.5.1
Synopsis:            Support for using Heist templates in Happstack
Description:         Happstack is a web application framework. Heist is an XML templating solution. This package makes it easy to use Heist templates with Happstack.
Homepage:            http://www.happstack.com/
License:             BSD3
License-file:        LICENSE
Author:              Chris Smith, Jeremy Shaw
Maintainer:          Happstack team <happs@googlegroups.com>
-- Copyright:           
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6

source-repository head
    type:     darcs
    subdir:   happstack-heist
    location: http://patch-tag.com/r/mae/happstack

Library
  Exposed-modules:     Happstack.Server.Heist
  Build-depends:       base >= 3.0 && < 5.0,
                       bytestring == 0.9.*,
                       filepath,
                       happstack-server >= 0.5.0.3 && < 7,
                       heist == 0.2.*,
                       hexpat == 0.19.*,
                       mtl == 2.*