hledger/hledger-lib/Hledger
Simon Michael b9954bff60 journal, lib: the include directive no longer guesses the format
The include directive now tries just one reader, based on the file
extension and defaulting to journal, like the rest of hledger.
(It doesn't yet handle a reader prefix.)

Reader-finding utilities have moved from Hledger.Read to
Hledger.Read.JournalReader so the include directive can use them.

Reader changes:
- rExperimental flag removed
- old rParser renamed to rReadFn
- new rParser field provides the actual parser.
  This seems to require making Reader a higher-kinded type, unfortunately.
2020-03-01 14:06:29 -08:00
..
Data ;lib: add YYYY.MM.DD to parsedate/parsedateM helpers 2020-02-27 10:57:55 -08:00
Read journal, lib: the include directive no longer guesses the format 2020-03-01 14:06:29 -08:00
Reports bs,cf,is,bal,print,reg: support json output format 2020-02-24 17:49:53 -08:00
Utils ;lib: comments 2020-03-01 14:06:29 -08:00
Data.hs move JSON instances from hledger-web to hledger-lib 2019-12-16 17:17:00 -08:00
Query.hs ;lib: couple of doctests 2020-02-03 10:10:32 -08:00
Read.hs journal, lib: the include directive no longer guesses the format 2020-03-01 14:06:29 -08:00
Reports.hs ;lib: rename MultiBalanceReports.hs -> MultiBalanceReport.hs 2019-06-14 11:45:25 -07:00
Utils.hs web: edit/upload: normalise line endings, avoiding parse errors (#1194) 2020-02-24 14:04:44 -08:00