diff options
author | Vekhir <vekhir@noreply.codeberg.org> | 2024-01-31 21:20:58 +0000 |
---|---|---|
committer | jao <mail@jao.io> | 2024-01-31 23:56:33 +0000 |
commit | 7ce00d0cb0979ca685cc9c3d4e3ecd38f561c781 (patch) | |
tree | 69ea9ca62115acf6dcabfa8334ec9912e9541811 | |
parent | 7dd2d17a0c22c096bf5a7969a686545248f8ca46 (diff) | |
download | xmobar-7ce00d0cb0979ca685cc9c3d4e3ecd38f561c781.tar.gz xmobar-7ce00d0cb0979ca685cc9c3d4e3ecd38f561c781.tar.bz2 |
Bump base dependency
Builds and tests fine
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index fdc7653..3694e49 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -198,7 +198,7 @@ library build-depends: aeson >= 1.4.7.1, async, - base >= 4.11.0 && < 4.19, + base >= 4.11.0 && < 4.20, bytestring >= 0.10.8.2, cairo >= 0.13, colour >= 2.3.6, |