From e68e38f6556e574420af1e2e6444734bf153ae1a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 1 Sep 2023 00:57:04 +0100 Subject: allow requesting explicitly libmpd with with_mpd for any ghc version --- xmobar.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmobar.cabal b/xmobar.cabal index 4c2f636..2518757 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.47 +version: 0.47.1 homepage: https://codeberg.org/xmobar/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -255,7 +255,7 @@ library cereal >= 0.5.8.1 cpp-options: -DUSE_NL80211 - if (flag(with_mpd) || flag(all_extensions)) && impl(ghc < 9.4) + if flag(with_mpd) || (flag(all_extensions) && impl(ghc < 9.4)) build-depends: libmpd >= 0.9.2.0 other-modules: Xmobar.Plugins.Monitors.MPD cpp-options: -DLIBMPD -- cgit v1.2.3