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
|
Source: haskell-hledger-ui
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:
cdbs,
debhelper (>= 10),
ghc (>= 8.4.3),
haskell-devscripts (>= 0.13),
libghc-hunit-dev,
libghc-ansi-terminal-dev (>= 0.6.2.3),
libghc-async-dev,
libghc-base-compat-batteries-dev (>= 0.10.1),
libghc-base-compat-batteries-dev (<< 0.11),
libghc-brick-dev (>= 0.12),
libghc-cmdargs-dev (>= 0.8),
libghc-data-default-dev,
libghc-fsnotify-dev (>= 0.2.1.2),
libghc-fsnotify-dev (<< 0.4),
libghc-hledger-dev (>= 1.10),
libghc-hledger-dev (<< 1.11),
libghc-hledger-lib-dev (>= 1.10),
libghc-hledger-lib-dev (<< 1.11),
libghc-megaparsec-dev (>= 6.4.1),
libghc-microlens-dev (>= 0.4),
libghc-microlens-platform-dev (>= 0.2.3.1),
libghc-pretty-show-dev (>= 1.6.4),
libghc-safe-dev (>= 0.2),
libghc-split-dev (>= 0.1),
libghc-text-zipper-dev (>= 0.4),
libghc-vector-dev,
libghc-vty-dev (>= 5.5),
Standards-Version: 4.1.4
Homepage: http://hledger.org
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hledger-ui
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger-ui]
X-Description: curses-style user interface for the hledger accounting tool
This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the
command-line interface, but lighter and faster than hledger-web.
Package: hledger-ui
Architecture: any
Section: utils
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|