diff options
author | jao <jao@gnu.org> | 2023-01-05 01:04:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-01-05 01:04:15 +0000 |
commit | ca2350bb1902c158c9bde9c90e1877623c8db75b (patch) | |
tree | 0445c2bc64ebb83797a1655e979e0c2f1142a341 /xmobar.cabal | |
parent | cd2d6b3588458ca32e564f41f3750925af552629 (diff) | |
download | xmobar-ca2350bb1902c158c9bde9c90e1877623c8db75b.tar.gz xmobar-ca2350bb1902c158c9bde9c90e1877623c8db75b.tar.bz2 |
base 4.17 (ghc 9.4.x) and version bump
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 4d17849..d8d2463 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.45 +version: 0.46 homepage: https://codeberg.org/xmobar/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -194,7 +194,7 @@ library build-depends: aeson >= 1.4.7.1, async, - base >= 4.11.0 && < 4.17, + base >= 4.11.0 && < 4.18, bytestring >= 0.10.8.2, cairo >= 0.13, colour >= 2.3.6, |