diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 1eff7ba..02dc87f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -105,6 +105,7 @@ library Xmobar.App.Main, Xmobar.App.Opts, Xmobar.App.Compile, + Xmobar.App.Timer, Xmobar.System.Utils, Xmobar.System.StatFS, Xmobar.System.Environment, @@ -320,6 +321,7 @@ test-suite XmobarTest Xmobar.Plugins.Monitors.Common.Output Xmobar.Plugins.Monitors.Common.Files Xmobar.Run.Exec + Xmobar.App.Timer Xmobar.System.Signal if flag(with_alsa) || flag(all_extensions) |