some error handling and cleanup that comes with it

This commit is contained in:
nerf van nerfingen 2022-11-12 16:18:11 +01:00
parent 99ab66b419
commit 616fc48990
7 changed files with 91 additions and 31 deletions

View file

@ -69,6 +69,7 @@ executable choirMail
, TableParser
, Requester
, Sender
, Monad
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
@ -76,6 +77,7 @@ executable choirMail
-- Other library packages from which modules are imported.
-- ^>=4.15.1.0
build-depends: base ^>=4.15.1.0
,transformers
,tomland >= 1.3.3.0
,smtp-mail
,optparse-applicative