From 8f262e2bc89c55b2360cfe992e8ccb062a69c11a Mon Sep 17 00:00:00 2001
From: Alexander 'ccntrq' Pankoff <ccntrq@screenri.de>
Date: Fri, 14 Mar 2025 08:25:15 +0100
Subject: relax bounds on `base` to allow building with `base v4.20`

---
 xmobar.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmobar.cabal b/xmobar.cabal
index 0b548b1..6da7ea0 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -200,7 +200,7 @@ library
     build-depends:
                   aeson >= 1.4.7.1,
                   async,
-                  base >= 4.11.0 && < 4.20,
+                  base >= 4.11.0 && < 4.21,
                   bytestring >= 0.10.8.2,
                   cairo >= 0.13,
                   colour >= 2.3.6,
-- 
cgit v1.2.3