diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-12 22:01:12 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-12 22:01:12 +0100 |
commit | 52be04baa703cb5c0263aecb61f0079230367cd0 (patch) | |
tree | a1503d98651867fb2de3bdabaadc41a316757717 /Plugins/Date.hs | |
parent | dc4712688986edd9a3f272858b91b94badf2560d (diff) | |
download | xmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.gz xmobar-52be04baa703cb5c0263aecb61f0079230367cd0.tar.bz2 |
New plugin: Uptime
Diffstat (limited to 'Plugins/Date.hs')
-rw-r--r-- | Plugins/Date.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Date.hs b/Plugins/Date.hs index a4ed80f..bfcb132 100644 --- a/Plugins/Date.hs +++ b/Plugins/Date.hs @@ -16,7 +16,7 @@ -- ----------------------------------------------------------------------------- -module Plugins.Date where +module Plugins.Date (Date(..)) where import Plugins |