From d833b04fe145f996139af14cef15cc0573273da9 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Sat, 24 Jun 2023 22:03:43 +1000 Subject: [PATCH] Re-enable polysemy-webserver It had an unnecessary dependency on polysemy-plugin in a way that didn't compile with ghc-9.6.x, which is removed in 0.2.1.2. This was amongst the compiler errors referenced in: #7017. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 404124f0..66cca3db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4868,7 +4868,7 @@ packages: - valida-base "Andrew Miller @A1kmm": - - polysemy-webserver < 0 # 0.2.1.1 # fails to compile (#7017) + - polysemy-webserver "Simon Shine @sshine": - evm-opcodes