hledger/hledger-web/Hledger/Web
Henning Thielemann b74815287d web: RegisterR.getRegisterR.addCommas: do not drop last account
Bug was introduced in commit 2a99b3d456
in an effort to get rid of partial List.tail,
because GHC-9.8 started to warn about it.

Problem is that the rewritten code with tailDef always removes the last account,
whereas the original intention was to replace all accounts by a comma except the last one.
addCommas should prepare a comma separated list like List.intercalate.
2024-09-24 20:42:32 -10:00
..
Handler web: RegisterR.getRegisterR.addCommas: do not drop last account 2024-09-24 20:42:32 -10:00
Settings imp:web: more accurate startup messages, eg with --socket [#2127] 2023-12-14 17:58:25 -10:00
Widget imp: web: support base64 >=1.0 2024-04-25 06:51:34 -10:00
App.hs imp: web: guess a more robust base url when --base-url is not used 2024-07-18 10:12:40 +01:00
Application.hs dev:web:docs 2023-12-15 13:58:25 -10:00
Import.hs dev:web: rename Hledger.Web.Foundation to Hledger.Web.App 2023-12-15 13:58:25 -10:00
Main.hs feat: hledger's tldr pages are now built in, accessible via --tldr 2024-05-29 15:32:19 -10:00
Settings.hs dev:web:docs 2023-12-15 13:58:25 -10:00
Test.hs fix:web: make --base-url work again [#2127], [#2100] 2023-12-15 13:58:25 -10:00
WebOptions.hs imp: web: guess a more robust base url when --base-url is not used 2024-07-18 10:12:40 +01:00