diff options
author | Andrzej Ressel <jereksel@gmail.com> | 2018-12-10 21:10:08 +0100 |
---|---|---|
committer | Andrzej Ressel <jereksel@gmail.com> | 2018-12-10 21:10:08 +0100 |
commit | 62185dcfff0edb3aae1aa0715d6bfa3cfbee07fc (patch) | |
tree | 184a7de37dfec38e1edf856459dc14894704826e /xmobar.cabal | |
parent | d623087e37637bd7bfb147bb5167fadb377d031e (diff) | |
download | xmobar-62185dcfff0edb3aae1aa0715d6bfa3cfbee07fc.tar.gz xmobar-62185dcfff0edb3aae1aa0715d6bfa3cfbee07fc.tar.bz2 |
Set max version for alsa-mixer
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index beaa1d0..bbf1dd7 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -223,7 +223,7 @@ library cpp-options: -DLIBMPD if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer > 0.2.0.2 + build-depends: alsa-mixer > 0.2.0.2 && < 0.3 build-depends: alsa-core == 0.5.*, process >= 1.4.3.0 exposed-modules: Xmobar.Plugins.Monitors.Volume @@ -325,7 +325,7 @@ test-suite XmobarTest Xmobar.System.Signal if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer > 0.2.0.2, + build-depends: alsa-mixer > 0.2.0.2 && < 0.3, alsa-core == 0.5.*, process >= 1.4.3.0 other-modules: Xmobar.Plugins.Monitors.Volume |