diff options
author | jao <jao@gnu.org> | 2019-10-10 03:00:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-10 03:00:37 +0100 |
commit | 6888b84cf2a416debad523160dd71303e30521da (patch) | |
tree | a2d6a759f15b466d35bd90b507030f0135ec6bc5 | |
parent | d3b0a9951d509967ce6bdd7580e1cd083fdb6035 (diff) | |
download | xmobar-6888b84cf2a416debad523160dd71303e30521da.tar.gz xmobar-6888b84cf2a416debad523160dd71303e30521da.tar.bz2 |
libmpd 0.9.0.10
-rw-r--r-- | stack.yaml | 1 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ flags: extra-deps: - iwlib-0.1.0 + - libmpd-0.9.0.10 # Add to extra-deps for lts-12.24: # - parsec-numbers-0.1.0 diff --git a/xmobar.cabal b/xmobar.cabal index 0766fa7..1005542 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -215,7 +215,7 @@ library cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd >= 0.9.0.6 + build-depends: libmpd >= 0.9.0.10 exposed-modules: Xmobar.Plugins.Monitors.MPD cpp-options: -DLIBMPD |