hledger/hledger-lib/Hledger/Read
Simon Michael 1708f0b441 csv: try to preserve order of same-day transactions
If the CSV records appear to have been in reverse date order,
we'll now reverse them all before also sorting by transaction date,
so that the original order of same-day transactions is preserved.
We detect this using a simple heuristic: if the first converted
transaction's date is later than the last's.
2014-12-02 11:16:51 -08:00
..
CsvReader.hs csv: try to preserve order of same-day transactions 2014-12-02 11:16:51 -08:00
JournalReader.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00
TimelogReader.hs lib: move from Text.ParserCombinators.Parsec to Text.Parsec 2014-11-20 10:08:30 +01:00