From 6f3cd90567777d52a84adbb8fbc3e4a480c85f77 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 11 Mar 2024 15:53:43 -0400 Subject: [PATCH] Allow building with scotty-0.22.* --- blank-canvas.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blank-canvas.cabal b/blank-canvas.cabal index f6555f5..7e634d1 100644 --- a/blank-canvas.cabal +++ b/blank-canvas.cabal @@ -92,7 +92,7 @@ Library -- TODO: Eventually, we should bump the lower version -- bounds to >=0.20 so that we can remove some CPP in -- Graphics.Blank. - scotty >= 0.10 && < 0.22, + scotty >= 0.10 && < 0.23, semigroups >= 0.18 && < 1, stm >= 2.2 && < 2.6, text >= 1.1 && < 2.2,