From 36fdef6a68aab578e7407ecb726c83720015a204 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Thu, 31 Oct 2019 15:37:43 -0400 Subject: [PATCH] We never shipped a version that contained Resource. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1032029..0b43da2 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Please be aware that injudicious use of these functions may provoke surprising i If this behavior is a concern, a `Control.Carrier.State.IORef` carrier is provided, which fixes this issue given access to a `MonadIO` constraint. If it is not a concern (such as if the cleanup block is only run for its effects in `IO`), then the `StateC` carriers from `fused-effects` will suffice. For more information about the issues associated with this approach, consult Alexis King's excellent [Demystifying `MonadBaseControl`](https://lexi-lambda.github.io/blog/2019/09/07/demystifying-monadbasecontrol/). -Prior versions of this package provided `Catch` and `Resource` effects; these have been excised in favor of the more-general `Control.Effect.Exception`, which provides more functionality without requiring any additional carriers beyond a `Lift IO` effect. +Prior versions of this package provided a `Catch` effect; this has been excised in favor of the more-general `Control.Effect.Exception`, which provides more functionality without requiring any additional carriers beyond a `Lift IO` effect.