mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-23 09:15:22 +03:00
Support newer ghc-tcplugins-extra in latest stackage LTS
This commit is contained in:
parent
ccb9116429
commit
64f63c7739
@ -19,7 +19,7 @@ description: Please see the README on GitHub at <https://github.com/isov
|
||||
dependencies:
|
||||
- base >= 4.9 && < 5
|
||||
- ghc >= 8.4.4 && < 9
|
||||
- ghc-tcplugins-extra >= 0.3 && < 0.4
|
||||
- ghc-tcplugins-extra >= 0.3 && < 0.5
|
||||
- polysemy >= 1.3
|
||||
- syb >= 0.7 && < 0.8
|
||||
- transformers >= 0.5.2.0 && < 0.6
|
||||
|
@ -1,10 +1,10 @@
|
||||
cabal-version: 1.24
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.31.2.
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 48094f708e51c9466f041c84159f98dd8116f8573bdf02908880f68e2d8ed787
|
||||
-- hash: 265d6c01f0a2ecebfe5b25fc27408e2c8b2a99e8f616e2990e7a0c58b5bdcfd4
|
||||
|
||||
name: polysemy-plugin
|
||||
version: 0.2.5.0
|
||||
@ -55,7 +55,7 @@ library
|
||||
base >=4.9 && <5
|
||||
, containers >=0.5 && <0.7
|
||||
, ghc >=8.4.4 && <9
|
||||
, ghc-tcplugins-extra >=0.3 && <0.4
|
||||
, ghc-tcplugins-extra >=0.3 && <0.5
|
||||
, polysemy >=1.3
|
||||
, syb >=0.7 && <0.8
|
||||
, transformers >=0.5.2.0 && <0.6
|
||||
@ -85,7 +85,7 @@ test-suite polysemy-plugin-test
|
||||
, containers >=0.5 && <0.7
|
||||
, doctest >=0.16.0.1 && <0.17
|
||||
, ghc >=8.4.4 && <9
|
||||
, ghc-tcplugins-extra >=0.3 && <0.4
|
||||
, ghc-tcplugins-extra >=0.3 && <0.5
|
||||
, hspec >=2.6.0 && <3
|
||||
, inspection-testing >=0.4.2 && <0.5
|
||||
, polysemy >=1.3.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
resolver: lts-14.17
|
||||
resolver: lts-16.1
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
Loading…
Reference in New Issue
Block a user