Open pjones opened 4 years ago
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.
Implemented #35 in order to solve this.
@ameingast I closed #35 in favor of #36. Please review.
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.