polysemy-plugin v0.2.5.1 (#377)

This commit is contained in:
galagora 2020-09-15 10:21:05 +03:00 committed by GitHub
parent 766bc047fd
commit 62f5af5d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,12 @@
# Changelog for polysemy-plugin
## 0.2.5.1 (2020-09-15)
- The plugin now works on GHC 8.10 (thanks to @googleson78)
## 0.2.5.0 (2020-02-14)
- Updated the lower bounds to `polysemy-1.3.0.0` because of changes to
`polysemy` internals
- Updated the test suite to test against `polysemy-1.3.0.0`.

View File

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

View File

@ -4,10 +4,10 @@ cabal-version: 1.24
--
-- see: https://github.com/sol/hpack
--
-- hash: 265d6c01f0a2ecebfe5b25fc27408e2c8b2a99e8f616e2990e7a0c58b5bdcfd4
-- hash: 0f4635d86ee9b6424b575257afd4fc1a42b0ddbbf2270bdcb1a71b8e54f0226d
name: polysemy-plugin
version: 0.2.5.0
version: 0.2.5.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