hledger/hledger-ui
Stephen Morgan d6a4310d8f lib,cli,ui,bin: Eliminate all uses of Mixed outside of Hledger.Data.Amount.
Exceptions are for dealing with the pamount field, which is really just
dealing with an unnormalised list of amounts.

This creates an API for dealing with MixedAmount, so we never have to
access the internals outside of Hledger.Data.Amount.

Also remove a comment, since it looks like #1207 has been resolved.
2021-03-18 09:47:59 +11:00
..
Hledger lib,cli,ui,bin: Eliminate all uses of Mixed outside of Hledger.Data.Amount. 2021-03-18 09:47:59 +11:00
test ;ui: add a manual test for #1468 2021-01-23 17:04:51 -08:00
.date.m4 ;tools: split defs.m4 to minimise manual rebuilding 2020-12-15 09:39:29 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version ;bump version to 1.21.99 2021-03-10 13:50:49 -08:00
.version.m4 ;bump version to 1.21.99 2021-03-10 13:50:49 -08:00
CHANGES.md ;finalise changelogs 2021-03-10 11:10:13 -08:00
hledger-ui.1 ;finalise manuals 2021-03-10 11:12:06 -08:00
hledger-ui.cabal ;update cabal files 2021-03-12 06:59:30 -08:00
hledger-ui.hs ui: fix stack ghci does not export main warning 2016-04-18 15:48:18 -07:00
hledger-ui.info ;finalise manuals 2021-03-10 11:12:06 -08:00
hledger-ui.m4.md ;doc: mention version in all manual formats 2020-12-24 17:25:11 -08:00
hledger-ui.txt ;finalise manuals 2021-03-10 11:12:06 -08:00
LICENSE ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00
package.yaml bump base upper bound to allow GHC 9.0 2021-03-12 06:58:46 -08:00
README.md ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
Setup.hs ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00

hledger-ui

A simple curses-style text user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. This package currently does not support Microsoft Windows, except in WSL.

See also: the project README and home page.