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.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.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/Xmobar/Plugins.hs b/src/lib/Xmobar/Plugins.hs index 284a9f5..716624f 100644 --- a/src/lib/Xmobar/Plugins.hs +++ b/src/lib/Xmobar/Plugins.hs @@ -14,9 +14,6 @@ -- ----------------------------------------------------------------------------- -module Xmobar.Plugins - ( Exec (..) - , tenthSeconds - ) where +module Xmobar.Plugins (Exec (..)) where import Xmobar.Commands |