From 4776ec4bdca8c16f205325d2aa90fbe2a9bab580 Mon Sep 17 00:00:00 2001 From: Marco Z Date: Sun, 10 Mar 2024 08:32:08 +0100 Subject: [PATCH] remove UBs on warp dependency (#384) --- scotty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scotty.cabal b/scotty.cabal index 7130546..cc1f9e9 100644 --- a/scotty.cabal +++ b/scotty.cabal @@ -92,7 +92,7 @@ Library unliftio >= 0.2, wai >= 3.0.0 && < 3.3, wai-extra >= 3.1.14, - warp >= 3.0.13 && < 3.4 + warp >= 3.0.13 if impl(ghc < 8.0) build-depends: fail