mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-22 15:15:55 +03:00
Backport #430 to polysemy-plugin 0.4.1 branch
This commit is contained in:
parent
f1ec241ff7
commit
a7c6294e8a
@ -2,6 +2,11 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.4.1.1 (2021-11-23)
|
||||
|
||||
- Fixed a regression introduced in 0.4.1.0 where polymorphic uses of
|
||||
interpreters could confuse the plugin.
|
||||
|
||||
## 0.4.1.0 (2021-10-22)
|
||||
|
||||
- The plugin can now use instances in scope to help solve ambiguous type
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: polysemy-plugin
|
||||
version: 0.4.1.0
|
||||
version: 0.4.1.1
|
||||
github: "polysemy-research/polysemy"
|
||||
license: BSD3
|
||||
author: "Sandy Maguire"
|
||||
@ -20,7 +20,7 @@ dependencies:
|
||||
- base >= 4.9 && < 5
|
||||
- ghc >= 8.6.5 && < 10
|
||||
- ghc-tcplugins-extra >= 0.3 && < 0.5
|
||||
- polysemy >= 1.3
|
||||
- polysemy >= 1.3 && < 1.7
|
||||
- syb >= 0.7 && < 0.8
|
||||
- transformers >= 0.5.2.0 && < 0.6
|
||||
- containers >= 0.5 && < 0.7
|
||||
|
@ -5,7 +5,7 @@ cabal-version: 2.0
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: polysemy-plugin
|
||||
version: 0.4.1.0
|
||||
version: 0.4.1.1
|
||||
synopsis: Disambiguate obvious uses of effects.
|
||||
description: Please see the README on GitHub at <https://github.com/polysemy-research/polysemy/tree/master/polysemy-plugin#readme>
|
||||
category: Polysemy
|
||||
@ -68,7 +68,7 @@ library
|
||||
, containers >=0.5 && <0.7
|
||||
, ghc >=8.6.5 && <10
|
||||
, ghc-tcplugins-extra >=0.3 && <0.5
|
||||
, polysemy >=1.3
|
||||
, polysemy >=1.3 && <1.7
|
||||
, syb ==0.7.*
|
||||
, transformers >=0.5.2.0 && <0.6
|
||||
default-language: Haskell2010
|
||||
|
Loading…
Reference in New Issue
Block a user