diff options
author | jao <jao@gnu.org> | 2022-02-04 00:00:57 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 00:00:57 +0000 |
commit | 1e9b9e068844454335bc9d4728cf738eb2b3ceed (patch) | |
tree | 5613b2a5cabaa75a21e0979b9635ea77dbe2db4a /xmobar.cabal | |
parent | 76557c53f60bab75459db03e29c50f5d6ae55309 (diff) | |
download | xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.gz xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.bz2 |
Xmobar.App.Timer -> Xmobar.Run.Timer
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 d551fd0..0b87d18 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -110,6 +110,7 @@ library Xmobar.Config.Types, Xmobar.Config.Parse, Xmobar.Run.Types, + Xmobar.Run.Timer, Xmobar.Run.Template, Xmobar.Run.Exec, Xmobar.Run.Runnable @@ -121,7 +122,6 @@ library Xmobar.App.Main, Xmobar.App.Opts, Xmobar.App.Compile, - Xmobar.App.Timer, Xmobar.System.Utils, Xmobar.System.StatFS, Xmobar.System.Environment, @@ -383,7 +383,7 @@ test-suite XmobarTest Xmobar.Plugins.Monitors.CpuSpec Xmobar.Plugins.Monitors.Common.Run Xmobar.Run.Exec - Xmobar.App.Timer + Xmobar.Run.Timer Xmobar.System.Signal if flag(with_alsa) || flag(all_extensions) |