-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhappstack-hsp.cabal
More file actions
51 lines (47 loc) · 1.69 KB
/
happstack-hsp.cabal
File metadata and controls
51 lines (47 loc) · 1.69 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: happstack-hsp
Version: 7.3.7.8
Synopsis: Support for using HSP templates in Happstack
Description: Happstack is a web application framework. HSP is an XML templating solution. This package makes it easy to use HSP templates with Happstack.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: Happstack team <happs@googlegroups.com>
Copyright: 2011-2015 Jeremy Shaw
Category: Web, Happstack
Build-type: Simple
Cabal-version: >=1.10
tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
GHC == 9.8.2
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
source-repository head
type: git
location: https://github.com/Happstack/happstack-hsp.git
Library
Default-language: Haskell2010
Hs-source-dirs: src
Exposed-modules: Happstack.Server.HSP.HTML
Happstack.Server.XMLGenT
HSP.ServerPartT
HSP.Google.Analytics
Build-depends: base >= 3.0 && < 5.0,
bytestring >= 0.9 && < 0.12,
happstack-server >= 6.0 && < 7.10,
hsp >= 0.9.2 && < 0.11,
hsx2hs >= 0.13.0 && < 0.15,
mtl >= 1.1 && < 2.4,
utf8-string >= 0.3 && < 1.1,
syb >= 0.3 && < 0.8,
text >= 0.10 && < 2.1