diff options
author | jao <jao@gnu.org> | 2018-11-25 22:46:50 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 22:46:50 +0000 |
commit | 01ef9a6549e6de63384f2e597804c11f0d837455 (patch) | |
tree | 88536f0ad382a1c2eddfb2ce7e01bcb7b7c1e05d /xmobar.cabal | |
parent | dba5bb8d946deca0872a17d98e3f1753c2160163 (diff) | |
download | xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.gz xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.bz2 |
Xmobar.App.Defaults and Xmobar.Config.Types
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 69f8f4d..ea1bcdd 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -94,16 +94,17 @@ flag with_conduit library hs-source-dirs: src - exposed-modules: Xmobar, - Xmobar.Config + exposed-modules: Xmobar other-modules: Xmobar.Utils, + Xmobar.Config.Types, Xmobar.Run.Types, Xmobar.Run.Template, Xmobar.Run.Commands, Xmobar.Run.Runnable Xmobar.App.EventLoop, Xmobar.App.Main, + Xmobar.App.Defaults, Xmobar.System.StatFS, Xmobar.System.Environment, Xmobar.System.Localize, |