summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 22:24:39 +0000
committerjao <jao@gnu.org>2018-11-25 22:24:39 +0000
commitdba5bb8d946deca0872a17d98e3f1753c2160163 (patch)
tree8cd1ea8b9ca1376deb47176ca162459fd990bd7c /xmobar.cabal
parentd1fa2bd306cf847311b3cf02e8f2de8bab8ee115 (diff)
downloadxmobar-dba5bb8d946deca0872a17d98e3f1753c2160163.tar.gz
xmobar-dba5bb8d946deca0872a17d98e3f1753c2160163.tar.bz2
Xmobar.App.Main
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index ca19863..69f8f4d 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -95,20 +95,21 @@ library
hs-source-dirs: src
exposed-modules: Xmobar,
- Xmobar.Config,
- Xmobar.Actions,
- Xmobar.Run.Commands,
- Xmobar.Run.Runnable
+ Xmobar.Config
other-modules: Xmobar.Utils,
Xmobar.Run.Types,
Xmobar.Run.Template,
+ Xmobar.Run.Commands,
+ Xmobar.Run.Runnable
Xmobar.App.EventLoop,
+ Xmobar.App.Main,
Xmobar.System.StatFS,
Xmobar.System.Environment,
Xmobar.System.Localize,
Xmobar.System.Signal,
Xmobar.System.Kbd,
+ Xmobar.X11.Actions,
Xmobar.X11.Parsers,
Xmobar.X11.Types,
Xmobar.X11.XUtil,