hledger/hledger-lib/Hledger/Utils
Simon Michael b7b09f991a imp: lib: Hledger.Utils.Debug: fix debug logging to file
dlog has been replaced by more reliable functions for debug-logging
to a file, useful for debugging TUI apps like hledger-ui:
dlogTrace
dlogTraceAt
dlogAt
dlog0
dlog1
dlog2
dlog3
dlog4
dlog5
dlog6
dlog7
dlog8
dlog9

Monochrome pprint' and pshow' have been added.

New dependency: deepseq
2022-08-23 00:50:51 +01:00
..
Debug.hs imp: lib: Hledger.Utils.Debug: fix debug logging to file 2022-08-23 00:50:51 +01:00
Parse.hs imp: lib: Hledger.Utils.Parse: export HledgerParseErrors 2022-06-29 09:58:56 +01:00
Regex.hs imp: errors: more error prettification 2022-07-13 03:59:44 +01:00
String.hs feat: api: quoteForCommandLine: some very shady CLI escaping 2022-07-31 08:26:30 +01:00
Test.hs ref: rename CustomErr -> HledgerParseErrorData 2022-04-25 02:56:59 -10:00
Text.hs fix: Ensure head and tail are not called on empty account names. 2021-12-22 14:37:37 -10:00