hledger/hledger-lib
Simon Michael 4a61caefd7 fix: infer amountless unbalanced virtual postings as zero
They were effectively zero already, but print always showed them with no amount, even with -x, which was unclear.
2023-05-20 17:41:59 -10:00
..
Hledger fix: infer amountless unbalanced virtual postings as zero 2023-05-20 17:41:59 -10:00
other/ledger-parse
test
Text ;dev: lib: also build with GHC 9.6.1; add base-compat 2023-03-14 10:42:48 -10:00
.date.m4 fix: doc: update manuals; regenerate all info manuals (fix #2023) 2023-04-06 14:13:39 -10:00
.ghci
.version ;pkg: bump version to 1.29.99 2023-03-11 13:27:25 -10:00
.version.m4 ;pkg: bump version to 1.29.99 2023-03-11 13:27:25 -10:00
CHANGES.md ;doc: changes: merge from 1.29.2 branch 2023-04-07 14:26:45 -10:00
hledger-lib.cabal feat: csv: rules files can be read directly; data file can be specified 2023-05-19 09:09:21 -10:00
Hledger.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
LICENSE
package.yaml feat: csv: rules files can be read directly; data file can be specified 2023-05-19 09:09:21 -10:00
README.md
Setup.hs

hledger-lib

A reusable library containing hledgers core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.

See also: the project README and home page.