diff options
author | jao <jao@gnu.org> | 2018-11-25 23:43:41 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 23:43:41 +0000 |
commit | 24c84e47177b6ebbe3df99db53220def6c0951ec (patch) | |
tree | 76ab584623118b7dde610c94639d44951cf83b6e /xmobar.cabal | |
parent | 54cf675f1299a74466950be240a708a762335d5d (diff) | |
download | xmobar-24c84e47177b6ebbe3df99db53220def6c0951ec.tar.gz xmobar-24c84e47177b6ebbe3df99db53220def6c0951ec.tar.bz2 |
Xmobar.System.Utils, Xmobar.X11.Events
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 3a2261e..38b7a60 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -96,8 +96,7 @@ library exposed-modules: Xmobar - other-modules: Xmobar.Utils, - Xmobar.Config.Types, + other-modules: Xmobar.Config.Types, Xmobar.Run.Types, Xmobar.Run.Template, Xmobar.Run.Commands, @@ -105,12 +104,14 @@ library Xmobar.App.EventLoop, Xmobar.App.Main, Xmobar.App.Defaults, + Xmobar.System.Utils, Xmobar.System.StatFS, Xmobar.System.Environment, Xmobar.System.Localize, Xmobar.System.Signal, Xmobar.System.Kbd, Xmobar.X11.Actions, + Xmobar.X11.Events, Xmobar.X11.Parsers, Xmobar.X11.Types, Xmobar.X11.Text, @@ -304,7 +305,9 @@ test-suite XmobarTest other-modules: Xmobar.Plugins.Monitors.CommonSpec Xmobar.Plugins.Monitors.Common - Xmobar.Utils + Xmobar.System.Signal + Xmobar.System.Utils + Xmobar.Run.Commands if flag(with_alsa) || flag(all_extensions) build-depends: alsa-mixer > 0.2.0.2, |