hledger/hledger-lib/Hledger/Read
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
..
Common.hs pkg!: Migrate the last of old-time over to time, changing ClockTime to 2021-08-19 17:47:19 -10:00
CsvReader.hs feat: added commodity style commandline option 2021-08-17 22:05:29 -10:00
InputOptions.hs feat: added commodity style commandline option 2021-08-17 22:05:29 -10:00
JournalReader.hs lib!: lib: Remove aismultiplier from Amount. 2021-07-22 19:06:33 -10:00
LedgerReader.hs.disabled debug: move command parsing debug output down to level 8 2020-07-03 11:37:01 -07:00
TimeclockReader.hs lib: Change skipMany spacenonewline to takeWhileP Nothing isNonNewlineSpace. 2020-07-22 14:58:53 -07:00
TimedotReader.hs ;dev: configure hlint, silence all current warnings 2021-08-11 14:51:46 -10:00