- Removed
Control.Carrier.State.IORef
in favor of the one now present infused-effects
. The minimum requirement forfused-effects
has been raised so as to minimize breakage. The major version bump is to handle potential (but almost certainly nonexistent) breakage that could occur given injudicious use ofPackageImports
.
- GHC 9 support.
- Port to fused-effects 1.1.
- Port to fused-effects 1.0.
- Add
Control.Effect.Exception
, which wraps the entirety ofbase
'sControl.Exception
. - Add
Control.Carrier.State.IORef
, a state carrier that does not drop writes. - Remove
Catch
effect in favor ofControl.Effect.Exception
.
Bump lower bound of fused-effects
to 0.5.
Depend on unliftio-core
for unlifting.
Initial release.