diff options
| author | jao <jao@gnu.org> | 2023-11-12 02:47:06 +0000 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2023-11-12 02:47:06 +0000 | 
| commit | 7e0a1047669a550e07f9545a0908855ad3247d07 (patch) | |
| tree | 1dbd256555f0e11bb0c6908f6948ac44be9f344f | |
| parent | f71456feba1458e25fe1e4add2f7b49f3b241460 (diff) | |
| download | xmobar-0.47.2.tar.gz xmobar-0.47.2.tar.bz2  | |
fix: dependendecy on mtl to allow GHC 9.60.47.2
| -rw-r--r-- | xmobar.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
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.*,  | 
