hledger/hledger-web/Hledger
Stephen Morgan 603b2e9f09 ref: Use ExceptT String IO a instead of IO (Either String a).
This increases composability and avoids some ugly case handling. We
re-export runExceptT in Hledger.Read.

The final return types of the following functions has been changed from
IO (Either String a) to ExceptT String IO a. If this causes a problem,
you can get the old behaviour by calling runExceptT on the output:
readJournal, readJournalFiles, readJournalFile

Or, you can use the easy functions readJournal', readJournalFiles', and
readJournalFile', which assume default options and return in the IO
monad.
2022-03-25 14:23:27 -10:00
..
Web ref: Use ExceptT String IO a instead of IO (Either String a). 2022-03-25 14:23:27 -10:00
Web.hs ui, web: fix build after tests cleanup 2018-09-03 08:43:57 -07:00