diff options
author | jao <jao@gnu.org> | 2018-11-25 06:28:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 06:28:21 +0000 |
commit | f7e4b2be56f20862191e05fa4509473a1bc92f5a (patch) | |
tree | fa12f893d52c4dccbca305503fd1efc6ecb4ccb5 /src/lib/Xmobar/Plugins/DateZone.hs | |
parent | 5aae9bf15e38d5a9ba8ffa3cca7fd545f4ffe1e1 (diff) | |
download | xmobar-f7e4b2be56f20862191e05fa4509473a1bc92f5a.tar.gz xmobar-f7e4b2be56f20862191e05fa4509473a1bc92f5a.tar.bz2 |
Wee refactoring
Diffstat (limited to 'src/lib/Xmobar/Plugins/DateZone.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/DateZone.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Xmobar/Plugins/DateZone.hs b/src/lib/Xmobar/Plugins/DateZone.hs index 5dad871..f3207c8 100644 --- a/src/lib/Xmobar/Plugins/DateZone.hs +++ b/src/lib/Xmobar/Plugins/DateZone.hs @@ -23,6 +23,7 @@ module Xmobar.Plugins.DateZone (DateZone(..)) where import Xmobar.Commands +import Xmobar.Utils(tenthSeconds) #ifdef DATEZONE import Control.Concurrent.STM |