diff options
author | jao <jao@gnu.org> | 2018-11-25 22:24:39 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 22:24:39 +0000 |
commit | dba5bb8d946deca0872a17d98e3f1753c2160163 (patch) | |
tree | 8cd1ea8b9ca1376deb47176ca162459fd990bd7c /xmobar.cabal | |
parent | d1fa2bd306cf847311b3cf02e8f2de8bab8ee115 (diff) | |
download | xmobar-dba5bb8d946deca0872a17d98e3f1753c2160163.tar.gz xmobar-dba5bb8d946deca0872a17d98e3f1753c2160163.tar.bz2 |
Xmobar.App.Main
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 9 |
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, |