From b155954a0ac763085dae22263675479dcc428f31 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Mon, 20 Nov 2023 13:59:04 +0300 Subject: [PATCH] Upper bound on scotty --- web-template.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-template.cabal b/web-template.cabal index 61bc2e2..70703ce 100644 --- a/web-template.cabal +++ b/web-template.cabal @@ -67,7 +67,8 @@ library , openapi3 >= 3.2.0 , openid-connect >= 0.1.1 , resourcet - , scotty + -- 0.20 has breaking changes + , scotty < 0.20 , servant >= 0.18 , servant-openapi3 , servant-server >= 0.18