From 41f1d1434c178813001206517820175eea98e947 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Mon, 10 Mar 2025 21:43:03 -0400 Subject: [PATCH] support containers-0.8 compiled locally to test --- xmonad-contrib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 737366202..2aa8c47f3 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -56,7 +56,7 @@ flag pedantic library build-depends: base >= 4.12 && < 5, bytestring >= 0.10 && < 0.13, - containers >= 0.5 && < 0.8, + containers >= 0.5 && < 0.9, directory, filepath, time >= 1.8 && < 1.15,