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 /src/Xmobar/Run/Exec.hs | |
parent | 76557c53f60bab75459db03e29c50f5d6ae55309 (diff) | |
download | xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.gz xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.bz2 |
Xmobar.App.Timer -> Xmobar.Run.Timer
Diffstat (limited to 'src/Xmobar/Run/Exec.hs')
-rw-r--r-- | src/Xmobar/Run/Exec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Run/Exec.hs b/src/Xmobar/Run/Exec.hs index e1b6709..1879361 100644 --- a/src/Xmobar/Run/Exec.hs +++ b/src/Xmobar/Run/Exec.hs @@ -22,7 +22,7 @@ module Xmobar.Run.Exec (Exec (..), tenthSeconds, doEveryTenthSeconds) where import Prelude import Data.Char -import Xmobar.App.Timer (doEveryTenthSeconds, tenthSeconds) +import Xmobar.Run.Timer (doEveryTenthSeconds, tenthSeconds) import Xmobar.System.Signal class Show e => Exec e where |