diff options
author | jao <jao@gnu.org> | 2023-09-01 00:57:04 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-09-01 00:57:04 +0100 |
commit | e68e38f6556e574420af1e2e6444734bf153ae1a (patch) | |
tree | 6731db902fd74faf4349d07b0711486ea8d18b8a | |
parent | 85aee44b7b9c449219a62daf280733b410df7567 (diff) | |
download | xmobar-e68e38f6556e574420af1e2e6444734bf153ae1a.tar.gz xmobar-e68e38f6556e574420af1e2e6444734bf153ae1a.tar.bz2 |
allow requesting explicitly libmpd with with_mpd for any ghc version
-rw-r--r-- | xmobar.cabal | 4 |
1 files 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 |