-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix release v 0.20.1 #326
Conversation
Thanks! I do think it's worth raising the upper version bounds on |
OK I've also re-added the 'MonadError' instance which is also missing in 0.20, but in a specialized form since ActionT does not use checked exceptions. |
@RyanGlScott could you check the instance implementations when you have a minute? I think the overall new design of exceptions is pretty coherent but I'd love your input on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementations of these instances look reasonable.
Thanks @RyanGlScott ! |
closes #325 , closes #323