hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Amount.hs timelog: show hours with 2 decimal places, not 1 2015-02-27 08:37:16 -08:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Journal.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Posting.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
RawOptions.hs cli: with a repeated flag, the last takes precedence 2014-12-04 12:41:47 -08:00
TimeLog.hs timelog: support the description field (fix #247) 2015-04-28 13:54:36 -07:00
Transaction.hs timelog: show hours with 2 decimal places, not 1 2015-02-27 08:37:16 -08:00
Types.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00