imp: lib: Hledger.Utils.Parse: export customErrorBundlePretty

for pretty-printing hledger parse errors.
This commit is contained in:
Simon Michael 2022-10-01 18:29:55 -10:00
parent 33dba1945d
commit 82a503cbf5

View File

@ -39,7 +39,8 @@ module Hledger.Utils.Parse (
-- * re-exports
HledgerParseErrors,
HledgerParseErrorData
HledgerParseErrorData,
customErrorBundlePretty,
)
where