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
|
Source: haskell-hledger-web
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Clint Adams <clint@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
dh-sequence-haskell,
debhelper-compat (= 13),
haskell-devscripts (>= 0.13),
ghc (>= 8.4.3),
libghc-decimal-dev (>= 0.5.1),
libghc-aeson-dev (>= 1),
libghc-aeson-dev (<< 2.3),
libghc-base64-dev,
libghc-blaze-html-dev,
libghc-blaze-markup-dev,
libghc-case-insensitive-dev,
libghc-clientsession-dev,
libghc-cmdargs-dev (>= 0.10),
libghc-conduit-dev,
libghc-conduit-extra-dev (>= 1.1),
libghc-data-default-dev,
libghc-extra-dev (>= 1.7.11),
libghc-file-embed-dev (>= 0.0.16.0),
libghc-githash-dev (>= 0.1.6.2),
libghc-hjsmin-dev,
libghc-hledger-dev (>= 1.50.3),
libghc-hledger-dev (<< 1.51),
libghc-hledger-lib-dev (>= 1.50.3),
libghc-hledger-lib-dev (<< 1.51),
libghc-hspec-dev,
libghc-http-client-dev,
libghc-http-conduit-dev,
libghc-http-types-dev,
libghc-megaparsec-dev (>= 7.0.0),
libghc-megaparsec-dev (<< 9.8),
libghc-network-dev,
libghc-safe-dev (>= 0.3.20),
libghc-shakespeare-dev (>= 2.0.2.2),
libghc-unix-compat-dev,
libghc-unordered-containers-dev,
libghc-utf8-string-dev,
libghc-wai-dev,
libghc-wai-cors-dev,
libghc-wai-extra-dev,
libghc-wai-handler-launch-dev (>= 3.0.3),
libghc-warp-dev,
libghc-yaml-dev,
libjs-jquery,
libghc-yesod-dev (>= 1.4),
libghc-yesod-dev (<< 1.7),
libghc-yesod-core-dev (>= 1.4),
libghc-yesod-core-dev (<< 1.7),
libghc-yesod-form-dev (>= 1.4),
libghc-yesod-form-dev (<< 1.8),
libghc-yesod-static-dev (>= 1.4),
libghc-yesod-static-dev (<< 1.7),
libghc-yesod-test-dev,
Standards-Version: 4.7.0
Homepage: https://hledger.org
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hledger-web
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger-web]
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.
|