summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-06-04 04:27:25 +0100
committerjao <jao@gnu.org>2025-06-04 04:27:56 +0100
commit404073416c5f97ab8b82aa436b4f862d349c0dad (patch)
treeb2dde616b7af66384161dc518eeec0eb544dabb4 /xmobar.cabal
parentbdc06e23672f9fc4a99261a0a6bba400ef7358b3 (diff)
downloadxmobar-404073416c5f97ab8b82aa436b4f862d349c0dad.tar.gz
xmobar-404073416c5f97ab8b82aa436b4f862d349c0dad.tar.bz2
MPD compilable again by default with all_extensions
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index a413c29..e6ad605 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.49
+version: 0.50
homepage: https://codeberg.org/xmobar/xmobar
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
@@ -266,8 +266,8 @@ library
cereal >= 0.5.8.1
cpp-options: -DUSE_NL80211
- if flag(with_mpd) || (flag(all_extensions) && impl(ghc < 9.4))
- build-depends: libmpd >= 0.9.2.0
+ if flag(with_mpd) || flag(all_extensions)
+ build-depends: libmpd >= 0.10.0.1
other-modules: Xmobar.Plugins.Monitors.MPD
cpp-options: -DLIBMPD