summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 22:46:50 +0000
committerjao <jao@gnu.org>2018-11-25 22:46:50 +0000
commit01ef9a6549e6de63384f2e597804c11f0d837455 (patch)
tree88536f0ad382a1c2eddfb2ce7e01bcb7b7c1e05d /xmobar.cabal
parentdba5bb8d946deca0872a17d98e3f1753c2160163 (diff)
downloadxmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.gz
xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.bz2
Xmobar.App.Defaults and Xmobar.Config.Types
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal5
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,