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 has been archived by the owner on Sep 20, 2021. It is now read-only.
Yes, if it's possible to keep the current public API stable. That means no destructive signature changes to existing public functions or data-types - only extensions.
Would you be open to these two changes:
Use
MonadIO
instead ofIO
, andReplace the
verbose
context field with a function(String -> m ())
These changes would allow integration with existing logging frameworks so migration messages don't go to
stdout
when logs are going somewhere else.If these changes sound acceptible I'd be happy to supply a PR.
The text was updated successfully, but these errors were encountered: