summaryrefslogtreecommitdiff
path: root/p/haskell-hledger-web/debian/control
blob: 89e527e506d908bbfdb7f1094768d2d7be3159d1 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Source: haskell-hledger-web
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Clint Adams <clint@debian.org>,
Priority: extra
Section: haskell
Build-Depends:
 cdbs,
 debhelper (>= 9),
 ghc (>= 8),
 ghc-ghci,
 haskell-devscripts (>= 0.13),
 libghc-base-compat-dev (>= 0.8.1),
 libghc-blaze-html-dev,
 libghc-blaze-markup-dev,
 libghc-clientsession-dev,
 libghc-cmdargs-dev (<< 0.11),
 libghc-cmdargs-dev (>= 0.10),
 libghc-conduit-extra-dev (>= 1.1),
 libghc-data-default-dev,
 libghc-hjsmin-dev,
 libghc-hjsmin-prof,
 libghc-hledger-dev (>= 1.2),
 libghc-hledger-dev (<< 1.3),
 libghc-hledger-prof,
 libghc-hledger-lib-dev (>= 1.2),
 libghc-hledger-lib-dev (<< 1.3),
 libghc-hledger-lib-prof,
 libghc-hledger-prof,
 libghc-http-client-dev,
 libghc-http-conduit-dev,
 libghc-hunit-dev,
 libghc-json-dev,
 libghc-json-prof,
 libghc-megaparsec-dev (>= 5.0),
 libghc-megaparsec-dev (<< 5.3),
 libghc-megaparsec-prof,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-safe-dev (>= 0.2),
 libghc-shakespeare-dev (>= 2.0),
 libghc-shakespeare-prof,
 libghc-text-dev (>= 1.2),
 libghc-text-dev (<< 1.3),
 libghc-text-prof,
 libghc-wai-dev,
 libghc-wai-extra-dev,
 libghc-wai-handler-launch-dev (>= 1.3),
 libghc-warp-dev,
 libghc-yaml-dev,
 libghc-yesod-core-dev,
 libghc-yesod-dev (<< 1.5),
 libghc-yesod-dev (>= 1.4),
 libghc-yesod-form-dev,
 libghc-yesod-static-dev,
 libghc-yesod-static-prof,
 libjs-jquery,
Build-Depends-Indep: ghc-doc,
 libghc-hunit-doc,
 libghc-base-compat-doc,
 libghc-blaze-html-doc,
 libghc-blaze-markup-doc,
 libghc-clientsession-doc,
 libghc-cmdargs-doc,
 libghc-conduit-extra-doc,
 libghc-data-default-doc,
 libghc-hjsmin-doc,
 libghc-hledger-doc,
 libghc-hledger-lib-doc,
 libghc-http-client-doc,
 libghc-http-conduit-doc,
 libghc-json-doc,
 libghc-megaparsec-doc,
 libghc-mtl-doc,
 libghc-safe-doc,
 libghc-shakespeare-doc,
 libghc-text-doc,
 libghc-wai-doc,
 libghc-wai-extra-doc,
 libghc-wai-handler-launch-doc,
 libghc-warp-doc,
 libghc-yaml-doc,
 libghc-yesod-doc,
 libghc-yesod-core-doc,
 libghc-yesod-form-doc,
 libghc-yesod-static-doc,
Standards-Version: 3.9.8
Homepage: http://hledger.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-web
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git

Package: hledger-web
Architecture: any
Depends:
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Provides:
 ${haskell:Provides},
Description: web interface for the hledger accounting tool
 hledger is a haskell port and friendly fork of John Wiegley's ledger
 accounting tool. This package provides a web interface as an alternative
 to the hledger command line interface.