You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Would you be open to these two changes:
Use
MonadIOinstead ofIO, andReplace the
verbosecontext field with a function(String -> m ())These changes would allow integration with existing logging frameworks so migration messages don't go to
stdoutwhen logs are going somewhere else.If these changes sound acceptible I'd be happy to supply a PR.