diff options
author | jao <jao@gnu.org> | 2018-11-25 04:02:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 04:02:15 +0000 |
commit | 5401aff9955ebef2bf453294281fc38e5c15bc23 (patch) | |
tree | 55e44958027b3bfdf424262920d48e498a1b57f2 /src/lib/Xmobar/Plugins/DateZone.hs | |
parent | 3852d6b5e354b9b03b30f04803a87b2224aeb85c (diff) | |
download | xmobar-5401aff9955ebef2bf453294281fc38e5c15bc23.tar.gz xmobar-5401aff9955ebef2bf453294281fc38e5c15bc23.tar.bz2 |
No need for silly Xmobar.Plugins
Diffstat (limited to 'src/lib/Xmobar/Plugins/DateZone.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/DateZone.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Xmobar/Plugins/DateZone.hs b/src/lib/Xmobar/Plugins/DateZone.hs index f386202..d3d4341 100644 --- a/src/lib/Xmobar/Plugins/DateZone.hs +++ b/src/lib/Xmobar/Plugins/DateZone.hs @@ -22,8 +22,8 @@ module Xmobar.Plugins.DateZone (DateZone(..)) where -import Xmobar.Plugins - +import Xmobar.Commands +import Xmobar.Commands(tenthSeconds) #ifdef DATEZONE import Control.Concurrent.STM |