diff options
author | jao <jao@gnu.org> | 2018-11-24 22:23:44 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-24 22:23:44 +0000 |
commit | 7d11e5b47d06d38b23fc1190aba640de9daa76e0 (patch) | |
tree | 156636cd9629f572a3b8f80d55954ad88af3e1b5 /src/lib/Xmobar.hs | |
parent | 4af5117eb47028b234f4779c9c62cf344320e151 (diff) | |
download | xmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.gz xmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.bz2 |
Exported modules and names adjustments
Diffstat (limited to 'src/lib/Xmobar.hs')
-rw-r--r-- | src/lib/Xmobar.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Xmobar.hs b/src/lib/Xmobar.hs index 722ee72..a90ec3e 100644 --- a/src/lib/Xmobar.hs +++ b/src/lib/Xmobar.hs @@ -15,10 +15,11 @@ -- ----------------------------------------------------------------------------- -module Xmobar (xmobar) where +module Xmobar (xmobar, Runnable (..)) where import Xmobar.EventLoop (startLoop, startCommand) import Xmobar.Config +import Xmobar.Runnable import Data.Foldable (for_) import qualified Data.Map as Map |