Official Happstack Repository (http://www.happstack.com/)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| Name: happstack-hstringtemplate
Version: 7.0.4
Synopsis: Support for using HStringTemplate in Happstack
Description: Happstack is a web application framework. HStringTemplate is a templating solution.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: Happstack team <happs@googlegroups.com>
-- Copyright:
Category: Web, Happstack
Build-type: Simple
Cabal-version: >=1.6
source-repository head
type: darcs
subdir: happstack-hstringtemplate
location: http://hub.darcs.net/stepcut/happstack
Library
Hs-source-dirs: src
Exposed-modules: Happstack.Server.HStringTemplate
Build-depends: base >= 3.0 && < 5.0,
bytestring,
happstack-server >= 6.0 && < 7.4,
hslogger,
HStringTemplate >= 0.4.3 && < 0.8,
mtl >= 1.1 && < 2.3
|