diff options
author | Olivier Schneider <olivier.schneider@kolabnow.com> | 2020-10-09 11:39:43 +0200 |
---|---|---|
committer | Olivier Schneider <olivier.schneider@kolabnow.com> | 2020-10-10 00:11:52 +0200 |
commit | 271cf5d3de22b9916e80ae896a8e7e1f565117d2 (patch) | |
tree | 3f1a36345e998cadf9d382eef50377a0c0d42742 | |
parent | ecc63899e019bcb4f2b0adc8cc7a7edd5fd226c5 (diff) | |
download | xmobar-271cf5d3de22b9916e80ae896a8e7e1f565117d2.tar.gz xmobar-271cf5d3de22b9916e80ae896a8e7e1f565117d2.tar.bz2 |
update libmpd to 0.9.2.0
-rw-r--r-- | stack.yaml | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ flags: extra-deps: - netlink-1.1.1.0 - + - libmpd-0.9.2.0 nix: packages: - alsaLib diff --git a/xmobar.cabal b/xmobar.cabal index 49ce3c9..0068451 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -229,7 +229,7 @@ library cpp-options: -DUSE_NL80211 if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd >= 0.9.0.10 + build-depends: libmpd >= 0.9.2.0 other-modules: Xmobar.Plugins.Monitors.MPD cpp-options: -DLIBMPD |