hledger/hledger-lib/Hledger/Read
Simon Michael 077e3c6a02 journal: re-add non-regex aliases, as default (#252)
The regex account aliases added in 0.24 trip up people switching between
hledger and Ledger. (Also they are currently slow).

This change makes the old non-regex aliases the default; they are
unsurprising, useful, and pretty close in functionality to Ledger's.

The new regex aliases are also available; they must be enclosed in
forward slashes. Ledger effectively ignores these, which is ok.

Also clarify docs, refactor, and use the same parser for alias
directives and alias options
2015-05-14 13:01:50 -07:00
..
CsvReader.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
JournalReader.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
TimelogReader.hs make recent timelog commit ghc 7.8 compatible 2015-04-29 07:10:13 -07:00