summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-26 00:49:33 +0000
committerjao <jao@gnu.org>2018-11-26 00:49:33 +0000
commitc2a125cefb0bf41140db398248a5b8523b46a42e (patch)
treeb45b9e604aa581cfb368ccea4025e07ed31ebca8 /src/Xmobar.hs
parent24c84e47177b6ebbe3df99db53220def6c0951ec (diff)
downloadxmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.gz
xmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.bz2
Xmobar.Config.Parse
Diffstat (limited to 'src/Xmobar.hs')
-rw-r--r--src/Xmobar.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs
index dda56db..bee6f29 100644
--- a/src/Xmobar.hs
+++ b/src/Xmobar.hs
@@ -21,6 +21,7 @@ module Xmobar (xmobar
, Runnable (..)
, Exec (..)
, module Xmobar.Config.Types
+ , module Xmobar.Config.Parse
, module Xmobar.Plugins.BufferedPipeReader
, module Xmobar.Plugins.CommandReader
, module Xmobar.Plugins.Date
@@ -43,6 +44,7 @@ module Xmobar (xmobar
import Xmobar.Run.Runnable
import Xmobar.Run.Commands
import Xmobar.Config.Types
+import Xmobar.Config.Parse
import Xmobar.Plugins.BufferedPipeReader
import Xmobar.Plugins.CommandReader
import Xmobar.Plugins.Date