From b8b0c092217a3505855a51c304a786a1342281c9 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 22 Jan 2024 12:14:07 +0900 Subject: [PATCH] using http2 v5.1.0 --- warp/warp.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/warp/warp.cabal b/warp/warp.cabal index a8522fe64..02f5d6640 100644 --- a/warp/warp.cabal +++ b/warp/warp.cabal @@ -48,7 +48,7 @@ Library , hashable , http-date , http-types >= 0.12 - , http2 >= 5.0 && < 5.1 + , http2 >= 5.1 && < 5.2 , iproute >= 1.3.1 , recv >= 0.1.0 && < 0.2.0 , simple-sendfile >= 0.2.7 && < 0.3 @@ -202,7 +202,7 @@ Test-Suite spec , http-client , http-date , http-types >= 0.12 - , http2 >= 5.0 && < 5.1 + , http2 >= 5.1 && < 5.2 , iproute >= 1.3.1 , network , process