hledger/hledger-lib/Hledger/Utils
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
..
Debug.hs dev: split debug/ghcdebug flags, comment out the latter for now 2024-10-24 10:44:28 -10:00
IO.hs fix:cli,ui,web: consistent console error output independent of GHC version [#2367] 2025-04-11 08:06:47 -10:00
Parse.hs dev: refactor: merge Text.Megaparsec.Custom into Hledger.Utils.Parse 2024-06-25 18:37:54 +01:00
Regex.hs dev: cleanups 2024-10-20 09:13:58 -10:00
String.hs feat: config file: add a real parser, support command-specific options 2024-06-25 18:37:54 +01:00
Test.hs dev: refactor: merge Text.Megaparsec.Custom into Hledger.Utils.Parse 2024-06-25 18:37:54 +01:00
Text.hs imp:print:beancount: conversion improvements 2023-11-23 01:47:15 -10:00