summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 03:40:55 +0000
committerjao <jao@gnu.org>2018-11-25 03:40:55 +0000
commit0691071716e6cfa6040044be0ca782771fe6104c (patch)
treea079186bc8e4f44933a9a4c49f11ac30fcd6762b /xmobar.cabal
parentb909762b396932bf6d768c1f4beae5bbcb50f95a (diff)
downloadxmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.gz
xmobar-0691071716e6cfa6040044be0ca782771fe6104c.tar.bz2
Refactoring: Xmobar.System
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal10
1 files changed, 5 insertions, 5 deletions
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)