summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-24 22:23:44 +0000
committerjao <jao@gnu.org>2018-11-24 22:23:44 +0000
commit7d11e5b47d06d38b23fc1190aba640de9daa76e0 (patch)
tree156636cd9629f572a3b8f80d55954ad88af3e1b5 /src
parent4af5117eb47028b234f4779c9c62cf344320e151 (diff)
downloadxmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.gz
xmobar-7d11e5b47d06d38b23fc1190aba640de9daa76e0.tar.bz2
Exported modules and names adjustments
Diffstat (limited to 'src')
-rw-r--r--src/lib/Xmobar.hs3
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