diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-06-04 01:54:57 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-06-04 01:54:57 +0200 |
commit | fae4472f5fedcfd23522b53cba0f5a7f146afed2 (patch) | |
tree | e3d0e7a5074a50857f37bff0e7516182bc2c12ef /xmobar.cabal | |
parent | 240dec9ee22e7b9270ee163d2742120a7bc3027b (diff) | |
download | xmobar-fae4472f5fedcfd23522b53cba0f5a7f146afed2.tar.gz xmobar-fae4472f5fedcfd23522b53cba0f5a7f146afed2.tar.bz2 |
More specific in libmpd versioning
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 0114695..e80e8b3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -139,7 +139,7 @@ executable xmobar cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd >= 0.6 && < 0.8 + build-depends: libmpd == 0.7.* other-modules: Plugins.Monitors.MPD cpp-options: -DLIBMPD |