..
Account.hs
code: Strip extraneous trailing whitespace from Haskell sources
2019-07-15 16:40:49 +01:00
AccountName.hs
Use nubSort instead of nub . sort.
2020-01-04 08:31:10 -08:00
Amount.hs
; silence safe 0.3.18's deprecation warnings for now
2019-12-28 15:52:32 -08:00
Commodity.hs
refactor: lib: hlint cleanups
2019-02-14 05:15:49 -08:00
Dates.hs
Change Date output to yyyy-mm-dd
2020-01-07 15:58:22 -08:00
Journal.hs
Use nubSort instead of nub . sort.
2020-01-04 08:31:10 -08:00
Json.hs
;lib: drop more unnecessary toJSON calls
2019-12-27 15:49:42 -08:00
Ledger.hs
Calculate MultiReportBalance columns more efficiently.
2020-01-03 16:11:46 -08:00
Period.hs
Update "showPeriod" to use yyyy-mm-dd formatting
2020-01-07 15:58:54 -08:00
PeriodicTransaction.hs
;journal: in generated-transaction:/posting: tags, add a space before the value
2019-10-07 14:54:36 -10:00
Posting.hs
Use nubSort instead of nub . sort.
2020-01-04 08:31:10 -08:00
RawOptions.hs
;lib: clarify choiceopt doc
2019-11-23 13:03:26 -08:00
StringFormat.hs
;tests: use "test" alias for testCase everywhere
2019-11-28 15:33:33 -08:00
Timeclock.hs
Fix timeclock format parsing
2020-01-12 13:17:36 -08:00
Transaction.hs
Make "stack test" pass again
2020-01-07 15:58:22 -08:00
TransactionModifier.hs
;journal: in generated-transaction:/posting: tags, add a space before the value
2019-10-07 14:54:36 -10:00
Types.hs
;lib: move PriceGraph, PriceOracle, ValuationType to Valuation.hs
2019-08-19 02:21:30 +01:00
Valuation.hs
;tests: use "test" alias for testCase everywhere
2019-11-28 15:33:33 -08:00