From 7e0a1047669a550e07f9545a0908855ad3247d07 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 12 Nov 2023 02:47:06 +0000 Subject: fix: dependendecy on mtl to allow GHC 9.6 --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmobar.cabal b/xmobar.cabal index 1b603ef..85001c4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -202,7 +202,7 @@ library directory, extensible-exceptions == 0.1.*, filepath, - mtl >= 2.1 && < 2.3, + mtl >= 2.1 && < 2.4, old-locale, pango >= 0.13, parsec == 3.1.*, -- cgit v1.2.3