diff options
author | jao <jao@gnu.org> | 2018-12-24 02:09:27 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-24 02:09:52 +0000 |
commit | 3f86b6be734b0102a1c1f68db2eccac7b61e4e69 (patch) | |
tree | 5ecd6d8a5f15e03e15bd93b6c6a6a803da7482ef /xmobar.cabal | |
parent | 88beadf9fc6ced92b016b1b6b9d1842f884ef958 (diff) | |
download | xmobar-3f86b6be734b0102a1c1f68db2eccac7b61e4e69.tar.gz xmobar-3f86b6be734b0102a1c1f68db2eccac7b61e4e69.tar.bz2 |
Marks for 0.29.4
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 7765f08..4a7dcff 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.29.3 +version: 0.29.4 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -325,8 +325,8 @@ test-suite XmobarTest Xmobar.System.Signal if flag(with_alsa) || flag(all_extensions) - build-depends: alsa-mixer > 0.2.0.2 && < 0.4, - alsa-core == 0.5.*, + build-depends: alsa-mixer, + alsa-core, process >= 1.4.3.0 other-modules: Xmobar.Plugins.Monitors.Volume Xmobar.Plugins.Monitors.Alsa |