summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 07:35:54 +0000
committerjao <jao@gnu.org>2018-11-25 07:35:54 +0000
commit426c931d5b0ebc6d53396c34ec38eb342be501c3 (patch)
tree85ee8fc4b09384017b52a4822b61ebceffb8e95b /xmobar.cabal
parentc763954685fd3f4d8998cd26cb4b9625fe6cb8e6 (diff)
downloadxmobar-426c931d5b0ebc6d53396c34ec38eb342be501c3.tar.gz
xmobar-426c931d5b0ebc6d53396c34ec38eb342be501c3.tar.bz2
Refactoring: Xmobar.Run
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 76182dc..ff167e4 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -97,11 +97,12 @@ library
exposed-modules: Xmobar,
Xmobar.Config,
Xmobar.Actions,
- Xmobar.Commands,
- Xmobar.Runnable
+ Xmobar.Run.Commands,
+ Xmobar.Run.Runnable
- other-modules: Xmobar.Template,
- Xmobar.Utils,
+ other-modules: Xmobar.Utils,
+ Xmobar.Run.Types,
+ Xmobar.Run.Template,
Xmobar.System.StatFS,
Xmobar.System.Environment,
Xmobar.System.Localize,
@@ -308,7 +309,7 @@ test-suite XmobarTest
other-modules: Xmobar.Plugins.Monitors.Volume
Xmobar.Plugins.Monitors.Alsa
Plugins.Monitors.AlsaSpec
- Xmobar.Commands
+ Xmobar.Run.Commands
Xmobar.Plugins.Monitors.Common
Xmobar.System.Signal
Xmobar.Utils