Release effectful-core-2.3.0.0, effectful-2.3.0.0 and effectful-plugin-1.1.0.2 (#183)

This commit is contained in:
Andrzej Rybczak 2023-09-13 13:22:12 +02:00 committed by GitHub
parent 967213d8cd
commit 6e61d38224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# effectful-core-2.3.0.0 (2023-??-??)
# effectful-core-2.3.0.0 (2023-09-13)
* Deprecate `withConcEffToIO`.
* Make `withEffToIO` take an explicit unlifting strategy for the sake of
consistency with unlifting functions from `Effectful.Dispatch.Dynamic` and

View File

@ -1,4 +1,4 @@
# effectful-plugin-1.1.0.2 (2023-??-??)
# effectful-plugin-1.1.0.2 (2023-09-13)
* Add support for GHC 9.8.
# effectful-plugin-1.1.0.1 (2023-03-13)

View File

@ -1,4 +1,4 @@
# effectful-2.3.0.0 (2023-??-??)
# effectful-2.3.0.0 (2023-09-13)
* Deprecate `withConcEffToIO`.
* Make `withEffToIO` take an explicit unlifting strategy for the sake of
consistency with unlifting functions from `Effectful.Dispatch.Dynamic` and