Skip to content
Snippets Groups Projects
Commit f6d17963 authored by Ryan Scott's avatar Ryan Scott
Browse files

Mention #91 in the CHANGELOG

parent c44a77ec
No related branches found
No related tags found
No related merge requests found
next [????.??.??]
-----------------
* On pre-8.0 GHCs, drop the `call-stack` dependency. This dependency was
introduced in `exceptions-0.10.6`, but it induced breakage in libraries
that derived instances of `MonadThrow`, `MonadCatch`, or `MonadMask` for
newtypes without first enabling `ConstraintKinds` and `FlexibleContexts`.
(Later versions of GHC do not require these language extensions for derived
instances, so only old GHCs were affected.) To avoid breakage, `exceptions`
no longer uses `HasCallStack` constraints on pre-8.0 versions of GHC.
Note that `exceptions` still uses `HasCallStack` constraints on GHC 8.0 and
later, and as a result, these versions of GHC are unaffected by this change.
0.10.6 [2022.11.30] 0.10.6 [2022.11.30]
------------------- -------------------
* The class methods and functions in `Control.Monad.Catch` now have * The class methods and functions in `Control.Monad.Catch` now have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment