From 8b0dd3ebb7c9d9b39388afaacba99b96eb3563d2 Mon Sep 17 00:00:00 2001 From: Edsko de Vries Date: Wed, 29 May 2024 15:05:17 +0200 Subject: [PATCH] Enable containers `>= 0.6` (ghc 9.10) --- http2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http2.cabal b/http2.cabal index be3ef149..8064d730 100644 --- a/http2.cabal +++ b/http2.cabal @@ -114,7 +114,7 @@ library async >=2.2 && <2.3, bytestring >=0.10, case-insensitive >=1.2 && <1.3, - containers >=0.6 && <0.7, + containers >=0.6, http-semantics >= 0.0.1, http-types >=0.12 && <0.13, network >=3.1,