Release polysemy-plugin v0.4.1.0

This commit is contained in:
Sandy Maguire 2021-10-22 18:55:01 -04:00
parent 97b200e43d
commit ae577cc640
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
## Unreleased
## 0.4.1.0 (2021-10-22)
- The plugin can now use instances in scope to help solve ambiguous type
variables.
## 0.4.0.0 (2021-07-12)
* Support GHC 9.0.1

View File

@ -1,5 +1,5 @@
name: polysemy-plugin
version: 0.4.0.0
version: 0.4.1.0
github: "polysemy-research/polysemy"
license: BSD3
author: "Sandy Maguire"

View File

@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack
name: polysemy-plugin
version: 0.4.0.0
version: 0.4.1.0
synopsis: Disambiguate obvious uses of effects.
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy/tree/master/polysemy-plugin#readme>
category: Polysemy