summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlexander 'ccntrq' Pankoff <ccntrq@screenri.de>2025-03-14 08:25:15 +0100
committerjao <mail@jao.io>2025-04-01 17:13:59 +0000
commit8f262e2bc89c55b2360cfe992e8ccb062a69c11a (patch)
tree1fb551d0dc7471a32a5f910c5945d77c6addb9cb
parent8569eab3788ab0d8aa1830b91b9a10b063f154e7 (diff)
downloadxmobar-8f262e2bc89c55b2360cfe992e8ccb062a69c11a.tar.gz
xmobar-8f262e2bc89c55b2360cfe992e8ccb062a69c11a.tar.bz2
relax bounds on `base` to allow building with `base v4.20`
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
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,