From 5e953629b4660c3143f307129e9a1dbe7c527785 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Sep 2025 10:36:41 -0400 Subject: [PATCH] cabal: Bump containers upper bound Allowing containers-0.8 --- parallel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel.cabal b/parallel.cabal index 7106986..6d775f5 100644 --- a/parallel.cabal +++ b/parallel.cabal @@ -60,7 +60,7 @@ library build-depends: array >= 0.3 && < 0.6, base >= 4.3 && < 4.22, - containers >= 0.4 && < 0.8, + containers >= 0.4 && < 0.9, deepseq >= 1.1 && < 1.6 ghc-options: -Wall