From 0691071716e6cfa6040044be0ca782771fe6104c Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 25 Nov 2018 03:40:55 +0000 Subject: Refactoring: Xmobar.System --- xmobar.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index f250dfd..e0cc2e8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -129,10 +129,11 @@ library Xmobar.Plugins.Monitors.Bright, Xmobar.Plugins.Monitors.CatInt - other-modules: Xmobar.Localize, - Xmobar.Parsers, + other-modules: Xmobar.Parsers, Xmobar.Utils, - Xmobar.StatFS, + Xmobar.System.StatFS, + Xmobar.System.Localize, + Xmobar.System.Signal, Xmobar.X11.Types, Xmobar.X11.XUtil, Xmobar.X11.Bitmap, @@ -140,7 +141,6 @@ library Xmobar.X11.ColorCache, Xmobar.X11.Window, Xmobar.X11.Draw, - Xmobar.Signal, Xmobar.Environment extra-libraries: Xrandr Xrender @@ -224,7 +224,7 @@ library if flag(with_dbus) || flag(all_extensions) build-depends: dbus >= 1 - other-modules: Xmobar.IPC.DBus + other-modules: Xmobar.System.DBus cpp-options: -DDBUS if flag(with_xpm) || flag(all_extensions) -- cgit v1.2.3