From aa3da5c01c8c8b90787a548545d1932f7fe6f0f9 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Tue, 18 Jun 2024 17:35:38 +0200 Subject: [PATCH] Bump containers bound. --- language-c-quote.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-c-quote.cabal b/language-c-quote.cabal index da4c098..908550f 100644 --- a/language-c-quote.cabal +++ b/language-c-quote.cabal @@ -43,7 +43,7 @@ library array >= 0.2 && < 0.6, base >= 4.5 && < 5, bytestring >= 0.9 && < 0.13, - containers >= 0.4 && < 0.7, + containers >= 0.4 && < 0.8, exception-mtl >= 0.3 && < 0.5, exception-transformers >= 0.3 && < 0.5, filepath >= 1.2 && < 1.5,