packages feed

happstack-hamlet-7.0.2: happstack-hamlet.cabal

Name:                happstack-hamlet
Version:             7.0.2
Synopsis:            Support for Hamlet HTML templates in Happstack

Description:         Happstack is a web application development framework.
                     Hamlet provides HTML templates which are checked for
                     correctness at compile time. This package add support
                     for using Hamlet templates with Happstack.
Homepage:            http://www.happstack.com/
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          jeremy@seereason.com
Copyright:           2010 Jeremy Shaw
Category:            Web, Happstack
Build-type:          Simple
Cabal-version:       >=1.6
Extra-source-files:  demo.hs

source-repository head
    type:     darcs
    subdir:   happstack-hamlet
    location: http://hub.darcs.net/stepcut/happstack/pullrepo

Library
  Exposed-modules:     Happstack.Server.Hamlet
  Build-depends:       base >= 3 && <5,
                       happstack-server >= 6.0 && < 7.2,
                       hamlet >= 0.10 && <1.2,
                       text

  -- Modules not exported by this package.
  -- Other-modules:

  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: