diff options
author | Thomas Tuegel <ttuegel@gmail.com> | 2011-01-13 12:08:51 -0600 |
---|---|---|
committer | Thomas Tuegel <ttuegel@gmail.com> | 2011-01-13 12:08:51 -0600 |
commit | 24fe3c3aef1dd1cb61c83677d49a3a50330962b7 (patch) | |
tree | e39dafc23ff8f0dc5639df7f606a355a446ca959 /xmobar.cabal | |
parent | 09a8ea406d58d972d318a8884d0a4ef292f44744 (diff) | |
download | xmobar-24fe3c3aef1dd1cb61c83677d49a3a50330962b7.tar.gz xmobar-24fe3c3aef1dd1cb61c83677d49a3a50330962b7.tar.bz2 |
Added version constraint for alsa-mixer.
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 0eac0fa..2990b50 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -115,5 +115,5 @@ executable xmobar cpp-options: -DLIBMPD if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer + build-depends: alsa-mixer == 0.1.* cpp-options: -DALSA |