summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVladimír Štill <git@vstill.eu>2021-07-14 19:38:40 +0200
committerGitHub <noreply@github.com>2021-07-14 18:38:40 +0100
commit4eb262c3e3fb2db3e4e68be17613a51c764f0b00 (patch)
tree0364bba611ab111eb3272b3681c3aa8f85894f4f
parentb8436c49e464480ba389e4c1655efdffcb0c45ba (diff)
downloadxmobar-4eb262c3e3fb2db3e4e68be17613a51c764f0b00.tar.gz
xmobar-4eb262c3e3fb2db3e4e68be17613a51c764f0b00.tar.bz2
Relax base requirements to allow build with GHC 9.0 (#557)
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index a4d79bd..5c16dc1 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -173,7 +173,7 @@ library
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind
build-depends:
- base >= 4.11.0 && < 4.15,
+ base >= 4.11.0 && < 4.16,
containers,
regex-compat,
process,