diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-17 09:54:08 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-17 09:54:08 +0300 |
commit | 9ec2025cba81c6568f1e5b66554fd94654f97e91 (patch) | |
tree | 2f57ec80b0ff1e132139a8292a7e02db57f831fd /xmobar.cabal | |
parent | 70176bb674b70fbfa4bccc58824bdfb72f7f22db (diff) | |
download | xmobar-9ec2025cba81c6568f1e5b66554fd94654f97e91.tar.gz xmobar-9ec2025cba81c6568f1e5b66554fd94654f97e91.tar.bz2 |
xmobar.cabal: port to libmpd-0.8.
Now all values are returned as 'Value' wrapped entries.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 3b235bb..e0cd4eb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -146,7 +146,7 @@ executable xmobar cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd == 0.7.* + build-depends: libmpd >= 0.8 && < 0.9 other-modules: Plugins.Monitors.MPD cpp-options: -DLIBMPD |