Release polysemy-plugin 0.2.0.3

This commit is contained in:
Sandy Maguire 2019-06-13 15:39:57 -04:00
parent fc88a961ad
commit 18e16f68db
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog for polysemy-plugin
## 0.2.0.3 (2019-06-13)
- Fixed a bug where the plugin could (incorrectly) loop indefinitely attempting
to solve some constraints.
- Changed the lower-bound of `inspection-testing` to allow Cabal users to
successfully run the test-suite.
## 0.2.0.2 (2019-06-09)
- Fixed a bug where the plugin wouldn't attempt to unify effects recursively

View File

@ -1,5 +1,5 @@
name: polysemy-plugin
version: 0.2.0.2
version: 0.2.0.3
github: "isovector/polysemy"
license: BSD3
author: "Sandy Maguire"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: a515749ff182fca310bc1890e96ce0b182b3596261ba5db4661be3c44717f4c7
-- hash: 65e9d7abb09d631f2fc5d94e0710c5770b02658b1e699b39a00e2f673c81beb1
name: polysemy-plugin
version: 0.2.0.2
version: 0.2.0.3
synopsis: Disambiguate obvious uses of effects.
description: Please see the README on GitHub at <https://github.com/isovector/polysemy/tree/master/polysemy-plugin#readme>
category: Polysemy