@hackage hledger0.25
The main command-line interface for the hledger accounting tool.
Installation
Dependencies (29)
- HUnit
- base >=4.3 && <5
- base-compat >=0.5.0 && <0.8
- cmdargs >=0.10 && <0.11
- containers
- csv Show all…
Dependents (7)
@hackage/hledger-ui, @hackage/hledger-chart, @hackage/acme-everything, @hackage/buchhaltung, @hackage/hledger-vty, @hackage/hledger-api, Show all…
Package Flags
threaded
(on by default)
Build with support for multithreaded execution
curses
(on by default)
On POSIX systems, enable curses support for auto-detecting terminal width.
old-locale
(off by default)
A compatibility flag, set automatically by cabal. If false then depend on time >= 1.5, if true then depend on time < 1.5 together with old-locale.
hledger is a library and set of user tools for working with financial data (or anything that can be tracked in a double-entry accounting ledger.) It is a haskell port and friendly fork of John Wiegley's Ledger. hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use.