Name: happstack-hamlet
Version: 6.2.4
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
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files: demo.hs
source-repository head
type: darcs
subdir: happstack-hamlet
location: http://patch-tag.com/r/mae/happstack/pullrepo
Library
Exposed-modules: Happstack.Server.Hamlet
Build-depends: base >= 3 && <5,
happstack-server >= 6.0 && < 6.7,
hamlet >= 0.10 && <0.11,
text
-- Modules not exported by this package.
-- Other-modules:
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools: