From 0834f8cda16100e2b98029a29400d32a97ccc585 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 11 May 2024 17:57:40 +0100 Subject: [PATCH] Bump containers to < 0.8 --- tomland.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomland.cabal b/tomland.cabal index 1e3529f..157050d 100644 --- a/tomland.cabal +++ b/tomland.cabal @@ -134,7 +134,7 @@ library Toml.Type.Value build-depends: bytestring >= 0.10 && < 0.13 - , containers >= 0.5.7 && < 0.7 + , containers >= 0.5.7 && < 0.8 , deepseq >= 1.4 && < 1.6 , hashable >= 1.3.1.0 && < 1.5 , megaparsec >= 7.0.5 && < 9.7