summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-27 05:40:57 +0100
committerjao <jao@gnu.org>2022-03-27 05:40:57 +0100
commit4e23d54f09510890557908e3a62eb3771f78b7d9 (patch)
treeaa7c7fd86b02e252a07a0c7cf251367ca902c991
parent8383fb6f09dc18dded089995972fc087cd3dce07 (diff)
downloadxmobar-4e23d54f09510890557908e3a62eb3771f78b7d9.tar.gz
xmobar-4e23d54f09510890557908e3a62eb3771f78b7d9.tar.bz2
base < 4.17 to allow ghc 9.2.2
Fixes #617
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index b04a20a..8126f53 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -189,7 +189,7 @@ library
X11 >= 1.6.1,
aeson >= 1.4.7.1,
async,
- base >= 4.11.0 && < 4.16,
+ base >= 4.11.0 && < 4.17,
bytestring >= 0.10.8.2,
containers,
directory,