File: control

package info (click to toggle)
haskell-hledger-web 0.23.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,184 kB
  • ctags: 355
  • sloc: haskell: 1,190; makefile: 47
file content (64 lines) | stat: -rw-r--r-- 2,129 bytes parent folder | download
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
Source: haskell-hledger-web
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: haskell-devscripts (>= 0.8.15)
  , ghc
  , ghc-ghci
  , libghc-blaze-html-dev (>= 0.5)
  , libghc-blaze-html-dev (<< 0.8)
  , libghc-blaze-markup-dev (>= 0.5.1)
  , libghc-blaze-markup-dev (<< 0.7)
  , libghc-clientsession-dev
  , libghc-cmdargs-dev (>= 0.10)
  , libghc-cmdargs-dev (<< 0.11)
  , libghc-conduit-extra-dev
  , libghc-data-default-dev
  , libghc-hamlet-dev
  , libghc-hjsmin-dev
  , libghc-hledger-dev (>= 0.23.3)
  , libghc-hledger-dev (<< 0.23.3+)
  , libghc-hledger-lib-dev (>= 0.23.3)
  , libghc-hledger-lib-dev (<< 0.23.3+)
  , libghc-http-client-dev (>= 0.2)
  , libghc-http-client-dev (<< 0.4)
  , libghc-http-conduit-dev
  , libghc-hunit-dev
  , libghc-json-dev
  , libghc-parsec3-dev
  , libghc-regexpr-dev (>= 0.5.1)
  , libghc-safe-dev (>= 0.2)
  , libghc-shakespeare-dev (>= 1.0)
  , libghc-shakespeare-dev (<< 2.1)
  , libghc-shakespeare-text-dev (>= 1.0)
  , libghc-shakespeare-text-dev (<< 1.2)
  , libghc-text-dev
  , libghc-transformers-dev
  , libghc-wai-dev
  , libghc-wai-extra-dev
  , libghc-wai-handler-launch-dev (>= 1.3)
  , libghc-warp-dev (>= 1.3)
  , libghc-yaml-dev
  , libghc-yesod-dev (>= 1.2)
  , libghc-yesod-dev (<< 1.3)
  , libghc-yesod-core-dev
  , libghc-yesod-static-dev
  , libjs-jquery
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/hledger-web
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hledger-web
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hledger-web

Package: hledger-web
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc: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.