diff options
-rw-r--r-- | .drone.yml | 1 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ matrix: GHC_VERSION: + - 9.4 - 9.2 - 8 diff --git a/xmobar.cabal b/xmobar.cabal index d8d2463..27f6c89 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -255,7 +255,7 @@ library cereal >= 0.5.8.1 cpp-options: -DUSE_NL80211 - if flag(with_mpd) || flag(all_extensions) + 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 |