@hackage hledger-lib0.27
Core data types, parsers and functionality for the hledger accounting tools
Installation
Dependencies (26)
- Decimal
- HUnit
- array
- base >=4.3 && <5
- base-compat >=0.8.1
- 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.
This is a reusable library containing hledger's core functionality. hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use.