Skip to content

Commit ae577cc

Browse files
committed
Release polysemy-plugin v0.4.1.0
1 parent 97b200e commit ae577cc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

polysemy-plugin/ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.4.1.0 (2021-10-22)
6+
7+
- The plugin can now use instances in scope to help solve ambiguous type
8+
variables.
9+
510
## 0.4.0.0 (2021-07-12)
611

712
* Support GHC 9.0.1

polysemy-plugin/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: polysemy-plugin
2-
version: 0.4.0.0
2+
version: 0.4.1.0
33
github: "polysemy-research/polysemy"
44
license: BSD3
55
author: "Sandy Maguire"

polysemy-plugin/polysemy-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: polysemy-plugin
8-
version: 0.4.0.0
8+
version: 0.4.1.0
99
synopsis: Disambiguate obvious uses of effects.
1010
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy/tree/master/polysemy-plugin#readme>
1111
category: Polysemy

0 commit comments

Comments
 (0)