summaryrefslogtreecommitdiffhomepage
path: root/Plugins.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 19:28:48 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 19:28:48 +0200
commit6b728f44dbd67b8c8507e52b2b7daeee2a0dcc3f (patch)
tree1194c3b12b7f0c913ae8c035f81c265f339d254d /Plugins.hs
parent9a575fec544c2ded3fff5016375c7b532c41b5f3 (diff)
downloadxmobar-6b728f44dbd67b8c8507e52b2b7daeee2a0dcc3f.tar.gz
xmobar-6b728f44dbd67b8c8507e52b2b7daeee2a0dcc3f.tar.bz2
Plugins: added tenthSeconds to the exported API
darcs-hash:20070927172848-d6583-5667ef55961d3d9666c4616025a45445560bc5ef.gz
Diffstat (limited to 'Plugins.hs')
-rw-r--r--Plugins.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins.hs b/Plugins.hs
index fa98aca..17aa0f6 100644
--- a/Plugins.hs
+++ b/Plugins.hs
@@ -14,7 +14,8 @@
--
-----------------------------------------------------------------------------
-module Plugins ( Exec (..)
+module Plugins ( Exec (..)
+ , tenthSeconds
) where
import Commands \ No newline at end of file