From 482194f6cb01aaeb800c4272dbc2e20c0779522d Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 5 Oct 2025 14:42:07 +0800 Subject: [PATCH] Allow warp 3.4 Builds fine and all tests pass here. --- HTTP.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP.cabal b/HTTP.cabal index da12d4d..257a0ba 100644 --- a/HTTP.cabal +++ b/HTTP.cabal @@ -188,7 +188,7 @@ Test-Suite test , conduit >= 1.0.8 && < 1.4 , http-types >= 0.8.0 && < 1.0 , wai >= 2.1.0 && < 3.3 - , warp >= 2.1.0 && < 3.4 + , warp >= 2.1.0 && < 3.5 if flag(conduit10) build-depends: conduit < 1.1