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,