diff options
author | jao <jao@gnu.org> | 2016-01-06 20:54:05 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2016-01-06 20:54:05 +0100 |
commit | 1dd7a3751f403c89f8cb33250e86d5c394ec2ebc (patch) | |
tree | 8ac81f730a3531b940c3732c3275179459361051 /xmobar.cabal | |
parent | 9c2a16fef60934290bb79d3bafc147ddea235a9f (diff) | |
download | xmobar-1dd7a3751f403c89f8cb33250e86d5c394ec2ebc.tar.gz xmobar-1dd7a3751f403c89f8cb33250e86d5c394ec2ebc.tar.bz2 |
alsa plugin dep updated to 0.2.0.3
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 f8e8057..56ca34a 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -166,7 +166,7 @@ executable xmobar cpp-options: -DLIBMPD if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer == 0.2.* + build-depends: alsa-mixer > 0.2.0.2 build-depends: alsa-core == 0.5.* other-modules: Plugins.Monitors.Volume cpp-options: -DALSA |