hledger/hledger-lib/Hledger
Alex Chen c6bfd92dd3 removing "re-parsing" for pull 807
For Data/Dates.hs in particular:
- Changed `SimpleTextParser` to `TextParser m` for all parsers
- Changed `string` to the case-insensitive `string'` to match the
  behaviour of `T.toLower` found in `parsePeriodExpr`
- export `periodexprp` for "direct" use
2018-06-12 16:41:36 -07:00
..
Data removing "re-parsing" for pull 807 2018-06-12 16:41:36 -07:00
Read removing "re-parsing" for pull 807 2018-06-12 16:41:36 -07:00
Reports remove some CPP that's obsolete since we require base 4.8+ 2018-06-04 17:33:21 -07:00
Utils lib: move custom parse errors to Text.Megaparsec.Custom 2018-06-11 13:58:56 -06:00
Data.hs cli: --forecast adds periodic transactions to reports 2017-11-26 14:57:41 +00:00
Query.hs lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00
Read.hs lib, app, web: remove differences between command line and journal file aliases 2018-04-17 16:09:11 -07:00
Reports.hs budget: use a new first-class BudgetReport for --budget 2018-04-23 18:52:28 -07:00
Utils.hs Use quoteIfNeeded in quoteIfSpaced. Fix escapeDoubleQuotes to escape 2018-04-12 12:04:20 -07:00