summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-11-12 02:25:50 +0000
committerjao <jao@gnu.org>2023-11-12 02:25:50 +0000
commitf71456feba1458e25fe1e4add2f7b49f3b241460 (patch)
tree6f1a227fa50801f9142dd480d7a81b9fd92b09b7
parent220f953b06e2f98a02a4ca1b1db0e36a27e446b9 (diff)
downloadxmobar-f71456feba1458e25fe1e4add2f7b49f3b241460.tar.gz
xmobar-f71456feba1458e25fe1e4add2f7b49f3b241460.tar.bz2
fix: dependendecy on base to allow GHC 9.6
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 84b0ff1..1b603ef 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -194,7 +194,7 @@ library
build-depends:
aeson >= 1.4.7.1,
async,
- base >= 4.11.0 && < 4.18,
+ base >= 4.11.0 && < 4.19,
bytestring >= 0.10.8.2,
cairo >= 0.13,
colour >= 2.3.6,