From 426c931d5b0ebc6d53396c34ec38eb342be501c3 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 25 Nov 2018 07:35:54 +0000 Subject: Refactoring: Xmobar.Run --- xmobar.cabal | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'xmobar.cabal') 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 -- cgit v1.2.3