diff options
author | jao <jao@gnu.org> | 2011-06-02 04:03:30 -0700 |
---|---|---|
committer | jao <jao@gnu.org> | 2011-06-02 04:03:30 -0700 |
commit | f814701318ef4482e1e0d5b14f4225471996c670 (patch) | |
tree | 474eb9b18482b3fa84aa74fec6893c89574022fb /xmobar.cabal | |
parent | ebdbbd4829b155a0ff739596cb12f1d1356c9591 (diff) | |
download | xmobar-f814701318ef4482e1e0d5b14f4225471996c670.tar.gz xmobar-f814701318ef4482e1e0d5b14f4225471996c670.tar.bz2 |
Update libmpd version in cabal file
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 5484eb5..74ae82b 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -111,7 +111,7 @@ executable xmobar cpp-options: -DIWLIB if flag(with_mpd) || flag(all_extensions) - build-depends: libmpd >= 0.5 + build-depends: libmpd >= 0.6 other-modules: Plugins.Monitors.MPD cpp-options: -DLIBMPD |