diff options
| -rw-r--r-- | stack.yaml | 2 | ||||
| -rw-r--r-- | xmobar.cabal | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -11,7 +11,7 @@ flags:  extra-deps:   - netlink-1.1.1.0 - + - libmpd-0.9.2.0  nix:      packages:        - alsaLib diff --git a/xmobar.cabal b/xmobar.cabal index 49ce3c9..0068451 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -229,7 +229,7 @@ library         cpp-options: -DUSE_NL80211      if flag(with_mpd) || flag(all_extensions) -       build-depends: libmpd >= 0.9.0.10 +       build-depends: libmpd >= 0.9.2.0         other-modules: Xmobar.Plugins.Monitors.MPD         cpp-options: -DLIBMPD | 
