From 4eb262c3e3fb2db3e4e68be17613a51c764f0b00 Mon Sep 17 00:00:00 2001 From: Vladimír Štill Date: Wed, 14 Jul 2021 19:38:40 +0200 Subject: Relax base requirements to allow build with GHC 9.0 (#557) --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3