@hackage hledger-lib0.25
Core data types, parsers and utilities for the hledger accounting tool.
Installation
Dependencies (25)
- Decimal
- HUnit
- array
- base >=4.3 && <5
- base-compat >=0.5.0 && <0.8
- blaze-markup >=0.5.1 Show all…
Dependents (14)
@hackage/hledger, @hackage/hledger-iadd, @hackage/hledger-ui, @hackage/hledger-diff, @hackage/hledger-chart, @hackage/acme-everything, Show all…
Package Flags
double
(off by default)
Use old Double number representation (instead of Decimal), for testing/benchmarking.
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.