Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
exceptions
Commits
3457c517
Commit
3457c517
authored
Feb 25, 2018
by
Ryan Scott
Browse files
Add note to 0.9.0 changelog entry
parent
3c9ed56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.markdown
View file @
3457c517
0.9.0
-----
*
Add
`generalBracket`
to the
`MonadMask`
typeclass, allowing more
valid instances
valid instances.
Note that functions such as
`bracket`
and
`finally`
are now based off of
`generalBracket`
, so if you are a library author that provides a
`MonadMask`
instance, you will need to provide an implementation of this method.
*
Add
`MonadMask`
instances for
`ExceptT`
and
`ErrorT`
0.
8.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment