From f71456feba1458e25fe1e4add2f7b49f3b241460 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 12 Nov 2023 02:25:50 +0000 Subject: fix: dependendecy on base to allow GHC 9.6 --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3