From e12e4b3b3294197004c338cc59080c7e57d22f1a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 24 Dec 2023 01:20:51 +0100 Subject: [PATCH] Lift scotty upper bound and close #7208 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb117772..bdb6678b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1169,7 +1169,7 @@ packages: - zlib-lens "Andrew Farmer @xich": - - scotty < 0.21 # https://github.com/commercialhaskell/stackage/issues/7208 + - scotty - wai-middleware-static "Simon Hengel @sol":