From f814701318ef4482e1e0d5b14f4225471996c670 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 2 Jun 2011 04:03:30 -0700 Subject: Update libmpd version in cabal file --- NEWS | 8 ++++++++ xmobar.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6e8a50..efc82e2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ % xmobar - Release notes % Jose A. Ortega Ruiz +## Version 0.14 + +_Bug fixes_ + + - [issue 50]: `MPD` monitor now works with libmpd 0.6. + +[issue 50]: http://code.google.com/p/xmobar/issues/detail?id=14 + ## Version 0.13 (March 28, 2011) _New features_ 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 -- cgit v1.2.3