hledger/hledger-lib/Hledger
Stephen Morgan 4576f8effd pkg!: Migrate the last of old-time over to time, changing ClockTime to
POSIXTime.

This eliminates old-time, which has been deprecated for a while, from
our dependencies.

This introduces a slight incompatibility, as a small number of functions
now take/return POSIXTime instead of ClockTime. Generally you will be
using the current time, in which case you should use getPOSIXTime from
Data.Time.Clock.POSIX instead of getClockTime.

utcTimeToClockTime has been removed, as it is now equivalent to
utcTimeToPOSIXSeconds from Data.Time.Clock.POSIX.
2021-08-19 17:47:19 -10:00
..
Data pkg!: Migrate the last of old-time over to time, changing ClockTime to 2021-08-19 17:47:19 -10:00
Read pkg!: Migrate the last of old-time over to time, changing ClockTime to 2021-08-19 17:47:19 -10:00
Reports imp: bal: handle commodity-column flag in compound balance reports (#1654) 2021-08-19 17:37:30 -10:00
Utils bal: option to view one commodity per row 2021-08-08 09:19:25 -10:00
Data.hs lib: Change internal representation of MixedAmount to use a strict Map 2021-05-01 09:45:29 -10:00
Query.hs fix: forecast: Generate forecast transactions at journal finalisation, 2021-08-05 21:10:47 -10:00
Read.hs feat: added commodity style commandline option 2021-08-17 22:05:29 -10:00
Reports.hs lib!: lib,web: Remove unused TransactionReport. Move the useful utility 2021-07-22 19:00:37 -10:00
Utils.hs lib,cli,ui,bin: Create a new API for MixedAmount arithmetic. This should 2021-03-18 09:47:21 +11:00