From 4e23d54f09510890557908e3a62eb3771f78b7d9 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 27 Mar 2022 05:40:57 +0100 Subject: base < 4.17 to allow ghc 9.2.2 Fixes #617 --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3