2021-04-07 22:27:00 +00:00
|
|
|
# 1.1.0.1
|
|
|
|
|
|
|
|
* GHC 9 support.
|
|
|
|
|
2020-07-13 15:10:38 +00:00
|
|
|
# 1.1.0.0
|
|
|
|
|
|
|
|
* Port to fused-effects 1.1.
|
|
|
|
|
2019-10-14 17:24:55 +00:00
|
|
|
# 1.0.0.0
|
|
|
|
|
|
|
|
* Port to fused-effects 1.0.
|
2019-10-29 16:46:57 +00:00
|
|
|
* Add `Control.Effect.Exception`, which wraps the entirety of `base`'s `Control.Exception`.
|
|
|
|
* Add `Control.Carrier.State.IORef`, a state carrier that does not drop writes.
|
|
|
|
* Remove `Catch` effect in favor of `Control.Effect.Exception`.
|
2019-10-14 17:24:55 +00:00
|
|
|
|
|
|
|
# 0.2.0.0
|
|
|
|
|
|
|
|
Bump lower bound of `fused-effects` to 0.5.
|
|
|
|
|
|
|
|
# 0.1.1.0
|
|
|
|
|
|
|
|
Depend on `unliftio-core` for unlifting.
|
|
|
|
|
|
|
|
# 0.1.0.0
|
|
|
|
|
|
|
|
Initial release.
|