hledger/hledger-lib/Hledger/Read
Stephen Morgan 315e92c08b pkg!: Break functions related to balancing out into a separate module,
Hledger.Data.Balancing.

Both Hledger.Data.Transaction and Hledger.Data.Journal are massive
module with many things in them. Placing the balancing functions, which
are conceptually related, into a separate module helps keep things more
modular.

It also reduces the risk of import cycles, as right now balancing
functions cannot depend on any functions defined outside of
Hledger.Data.Transaction or Hledger.Data.Journal, respectively, if those
modules require basic transaction or journal functions.
2021-09-19 17:10:38 -10:00
..
Common.hs ref: ReportOptions{infer_value_} renamed to infer_prices_ 2021-09-18 12:12:31 -10:00
CsvReader.hs lib: Allow multiline comments in csv rules 2021-09-18 12:43:49 -10:00
InputOptions.hs pkg!: Break functions related to balancing out into a separate module, 2021-09-19 17:10:38 -10:00
JournalReader.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
LedgerReader.hs.disabled debug: move command parsing debug output down to level 8 2020-07-03 11:37:01 -07:00
TimeclockReader.hs lib: Change skipMany spacenonewline to takeWhileP Nothing isNonNewlineSpace. 2020-07-22 14:58:53 -07:00
TimedotReader.hs ;dev: configure hlint, silence all current warnings 2021-08-11 14:51:46 -10:00