hledger/hledger-lib/Hledger
Simon Michael 307f723b0a lib: simpler, more consistent names for check functions
API changes:
journalCheckAccountsDeclared
journalCheckCommoditiesDeclared
journalCheckPayeesDeclared
->
journalCheckAccounts
journalCheckCommodities
journalCheckPayees
2022-05-21 18:29:13 -10:00
..
Data fix!: utf-8: Use with-utf8 to ensure all files are read and written with utf8 encoding. (#1619) 2022-05-22 13:12:19 +10:00
Read lib: simpler, more consistent names for check functions 2022-05-21 18:29:13 -10:00
Reports dev: fix doctests after "Error: " addition (#1436) 2022-04-25 02:56:59 -10:00
Utils ref: HledgerParseErrors type alias 2022-04-25 02:56:59 -10:00
Data.hs pkg!: Break functions related to balancing out into a separate module, 2021-09-19 17:10:38 -10:00
Query.hs fix: tags: also match accounts declared but not used (#1857) 2022-04-14 12:28:43 -10:00
Read.hs fix!: utf-8: Use with-utf8 to ensure all files are read and written with utf8 encoding. (#1619) 2022-05-22 13:12:19 +10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs fix!: utf-8: Use with-utf8 to ensure all files are read and written with utf8 encoding. (#1619) 2022-05-22 13:12:19 +10:00