mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-03 21:05:10 +03:00
Release plugin version 0.2.0.1
This commit is contained in:
parent
7cc2f8c567
commit
8dfafb9b75
@ -1,5 +1,11 @@
|
||||
# Changelog for polysemy
|
||||
|
||||
## 0.2.1.0 (2019-05-27)
|
||||
|
||||
- Fixed a bug in the `Alternative` instance for `Sem`, where it would choose the
|
||||
*last* success instead of the first
|
||||
- Added `MonadPlus` and `MonadFail` instances for `Sem`
|
||||
|
||||
## 0.2.0.0 (2019-05-23)
|
||||
|
||||
- Fixed a serious bug in `interpretH` and friends, where higher-order effects
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Changelog for polysemy-plugin
|
||||
|
||||
## 0.2.1.0 (2019-05-27)
|
||||
## 0.2.0.1 (2019-05-28)
|
||||
|
||||
- Fixed a bug in the `Alternative` instance for `Sem`, where it would choose the
|
||||
*last* success instead of the first
|
||||
- Added `MonadPlus` and `MonadFail` instances for `Sem`
|
||||
- Fixed a bug where the plugin would get confused in the context of legitimate
|
||||
type errors
|
||||
|
||||
## 0.2.0.0 (2019-05-23)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: polysemy-plugin
|
||||
version: 0.2.0.0
|
||||
version: 0.2.0.1
|
||||
github: "isovector/polysemy"
|
||||
license: BSD3
|
||||
author: "Sandy Maguire"
|
||||
|
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 60270a84ef68a45a07fa377765f20552f6dd4f2750806dffcb31e44deec63db0
|
||||
-- hash: 140d529a7cdddca38bcea9f27672cebd7742b7668b1be602c699a624cbb253aa
|
||||
|
||||
name: polysemy-plugin
|
||||
version: 0.2.0.0
|
||||
version: 0.2.0.1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user