hledger/hledger-ui/Hledger/UI
Simon Michael 454c669fe4 fix:cli,ui,web: consistent console error output independent of GHC version [#2367]
Hledger.Utils.IO helpers have been updated and new ones have been
added (exitOnExceptions, exitWithError) to allow consistent display of
program errors whether compiled with GHC <9.10, GHC 9.10, or GHC >9.10.
The trailing newlines added by GHC 9.10 are gone,
and so is the "uncaught exception" output added by GHC 9.12.
2025-04-11 08:06:47 -10:00
..
AccountsScreen.hs
BalancesheetScreen.hs
CashScreen.hs
Editor.hs
ErrorScreen.hs
IncomestatementScreen.hs
Main.hs
MenuScreen.hs
RegisterScreen.hs
Theme.hs
TransactionScreen.hs
UIOptions.hs
UIScreens.hs
UIState.hs
UITypes.hs
UIUtils.hs