From 93c92508035800b30102638390e0250f6a1b2559 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sat, 14 Dec 2024 10:41:42 -0700 Subject: [PATCH] Bump up upper bound --- random.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random.cabal b/random.cabal index 1af91647..48cd0eb5 100644 --- a/random.cabal +++ b/random.cabal @@ -123,7 +123,7 @@ test-suite legacy-test -Wno-deprecations build-depends: base, - containers >=0.5 && <0.7, + containers >=0.5 && <0.8, random test-suite spec