From 06862882371603256caa443486e2360cbe77e5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=8Cbod=CA=B2=C9=AA=CB=88=C9=A1r=CA=B2im?= Date: Tue, 28 Jul 2026 22:25:56 +0100 Subject: [PATCH] Allow containers-0.8 --- http-media.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-media.cabal b/http-media.cabal index 638e31e..a085a55 100644 --- a/http-media.cabal +++ b/http-media.cabal @@ -83,7 +83,7 @@ library base >= 4.8 && < 5, bytestring >= 0.10 && < 0.13, case-insensitive >= 1.0 && < 1.3, - containers >= 0.5 && < 0.8, + containers >= 0.5 && < 0.9, utf8-string >= 0.3 && < 1.1 test-suite test-http-media @@ -134,7 +134,7 @@ test-suite test-http-media base >= 4.8 && < 5, bytestring >= 0.10 && < 0.13, case-insensitive >= 1.0 && < 1.3, - containers >= 0.5 && < 0.8, + containers >= 0.5 && < 0.9, utf8-string >= 0.3 && < 1.1, QuickCheck >= 2.8 && < 2.16, tasty >= 0.11 && < 1.6,