From 1724b65a63fad7268dc3c1e593feba956c7dc7aa Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 18 Dec 2023 06:37:09 -0500 Subject: [PATCH] Allow building with scotty-0.21 --- example/kansas-comet-example.cabal | 2 +- kansas-comet.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/kansas-comet-example.cabal b/example/kansas-comet-example.cabal index babb7bd..399d786 100644 --- a/example/kansas-comet-example.cabal +++ b/example/kansas-comet-example.cabal @@ -48,7 +48,7 @@ Executable kansas-comet-example base-compat-batteries >= 0.10 && < 0.14, aeson >= 0.9 && < 2.3, data-default-class >= 0.0.1 && < 0.2, - scotty >= 0.10 && < 0.21, + scotty >= 0.10 && < 0.22, stm >= 2.2 && < 2.6, text >= 0.11.3.1 && < 2.2, wai-middleware-static >= 0.8 && < 0.10, diff --git a/kansas-comet.cabal b/kansas-comet.cabal index 9cbe71f..8d8bfc8 100644 --- a/kansas-comet.cabal +++ b/kansas-comet.cabal @@ -47,7 +47,7 @@ Library -- TODO: Eventually, we should bump the lower version -- bounds to >=0.20 so that we can remove some CPP in -- Web.Scotty.Comet. - scotty >= 0.10 && < 0.21, + scotty >= 0.10 && < 0.22, stm >= 2.2 && < 2.6, text >= 0.11.3.1 && < 2.2, time >= 1.2 && < 1.13,