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
|
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),
ghc-prof,
libghc-ansi-terminal-dev (>= 0.9),
libghc-ansi-terminal-prof,
libghc-async-dev,
libghc-async-prof,
libghc-brick-dev (>= 2.1.1),
libghc-brick-dev (<< 2.4),
libghc-brick-prof,
libghc-cmdargs-dev (>= 0.8),
libghc-data-default-dev,
libghc-data-default-prof,
libghc-doclayout-dev (>= 0.3),
libghc-doclayout-dev (<< 0.5),
libghc-doclayout-prof,
libghc-extra-dev (>= 1.6.3),
libghc-extra-prof,
libghc-fsnotify-dev (>= 0.4),
libghc-fsnotify-dev (<< 0.5),
libghc-fsnotify-prof,
libghc-hledger-dev (>= 1.32.3),
libghc-hledger-dev (<< 1.33),
libghc-hledger-prof,
libghc-hledger-lib-dev (>= 1.32.3),
libghc-hledger-lib-dev (<< 1.33),
libghc-hledger-lib-prof,
libghc-megaparsec-dev (>= 7.0.0),
libghc-megaparsec-dev (<< 9.7),
libghc-megaparsec-prof,
libghc-microlens-dev (>= 0.4),
libghc-microlens-platform-dev (>= 0.2.3.1),
libghc-microlens-platform-prof,
libghc-safe-dev (>= 0.3.19),
libghc-safe-prof,
libghc-split-dev (>= 0.1),
libghc-text-zipper-dev (>= 0.4),
libghc-vector-dev,
libghc-vector-prof,
libghc-vty-dev (>= 6.1),
libghc-vty-dev (<< 6.3),
libghc-vty-prof,
libghc-vty-crossplatform-dev (>= 0.4.0.0),
libghc-vty-crossplatform-dev (<< 0.5.0.0),
libghc-vty-crossplatform-prof,
Build-Depends-Indep: ghc-doc,
libghc-ansi-terminal-doc,
libghc-async-doc,
libghc-brick-doc,
libghc-cmdargs-doc,
libghc-data-default-doc,
libghc-doclayout-doc,
libghc-extra-doc,
libghc-fsnotify-doc,
libghc-hledger-doc,
libghc-hledger-lib-doc,
libghc-megaparsec-doc,
libghc-microlens-doc,
libghc-microlens-platform-doc,
libghc-safe-doc,
libghc-split-doc,
libghc-text-zipper-doc,
libghc-vector-doc,
libghc-vty-doc,
libghc-vty-crossplatform-doc,
Standards-Version: 4.7.0
Homepage: https://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}
|