hledger/hledger-lib/Hledger/Data
Simon Michael 8f1ae401f4 dev: fix some partial head/tails, silence ghc 9.8's new warnings
Note the headErr/tailErr calls will print stack traces if they fail
(small ones: five lines, one of which is the useful location info),
which may or may not be best UX.
2024-02-28 15:58:21 -10:00
..
JournalChecks dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Account.hs dev: rename AmountDisplayOpts -> AmountFormat, and related constants 2024-01-23 21:35:06 -10:00
AccountName.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Amount.hs feat:close: support --round, like print 2024-02-25 17:37:59 -10:00
Balancing.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Dates.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Errors.hs
Journal.hs fix: a slowdown with many txns and many accounts since 1.29 [#2153] 2024-01-25 13:49:49 -10:00
JournalChecks.hs fix:check:tags: add date and date2 to the implicitly-declared special tags 2024-02-17 13:06:10 -10:00
Json.hs
Ledger.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Period.hs
PeriodicTransaction.hs
Posting.hs imp: print, close: disambiguate balance assertion/assignment amount also (#2176) 2024-02-25 16:47:58 -10:00
RawOptions.hs
StringFormat.hs
Timeclock.hs
Transaction.hs fix: a slowdown with many txns and many accounts since 1.29 [#2153] 2024-01-25 13:49:49 -10:00
TransactionModifier.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
Types.hs imp: Support tsv and ssv prefixes (#2164) 2024-02-08 06:44:44 -10:00
Valuation.hs