From cb8026e750c85761630f5bd41bc5a992311c2af1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 17 Nov 2021 18:06:14 -0500 Subject: [PATCH] constrain polysemy and polysemy-plugin per #6309 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f5ab203..f9da96f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6807,6 +6807,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6308 - semigroups < 0.20 + # https://github.com/commercialhaskell/stackage/issues/6309 + - polysemy < 1.7 + - polysemy-plugin < 0.4.2 + # end of packages # Package flags are applied to individual packages, and override the values of