mirror of
https://github.com/polysemy-research/polysemy.git
synced 2025-01-08 15:37:45 +03:00
Release polysemy-plugin 0.2.0.3
This commit is contained in:
parent
fc88a961ad
commit
18e16f68db
@ -1,5 +1,12 @@
|
|||||||
# Changelog for polysemy-plugin
|
# 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)
|
## 0.2.0.2 (2019-06-09)
|
||||||
|
|
||||||
- Fixed a bug where the plugin wouldn't attempt to unify effects recursively
|
- Fixed a bug where the plugin wouldn't attempt to unify effects recursively
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: polysemy-plugin
|
name: polysemy-plugin
|
||||||
version: 0.2.0.2
|
version: 0.2.0.3
|
||||||
github: "isovector/polysemy"
|
github: "isovector/polysemy"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Sandy Maguire"
|
author: "Sandy Maguire"
|
||||||
|
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: a515749ff182fca310bc1890e96ce0b182b3596261ba5db4661be3c44717f4c7
|
-- hash: 65e9d7abb09d631f2fc5d94e0710c5770b02658b1e699b39a00e2f673c81beb1
|
||||||
|
|
||||||
name: polysemy-plugin
|
name: polysemy-plugin
|
||||||
version: 0.2.0.2
|
version: 0.2.0.3
|
||||||
synopsis: Disambiguate obvious uses of effects.
|
synopsis: Disambiguate obvious uses of effects.
|
||||||
description: Please see the README on GitHub at <https://github.com/isovector/polysemy/tree/master/polysemy-plugin#readme>
|
description: Please see the README on GitHub at <https://github.com/isovector/polysemy/tree/master/polysemy-plugin#readme>
|
||||||
category: Polysemy
|
category: Polysemy
|
||||||
|
Loading…
Reference in New Issue
Block a user