diff options
author | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
commit | 0b7b43ef83a2ab6fd894c20e028b9d69372c7266 (patch) | |
tree | 8ce2b4d7efbd97bca387cbf7613ca9863a14d59e /xmobar.cabal | |
parent | 7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff) | |
download | xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2 |
Plugins.Utils -> Utils
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 330704a..efe5a5d 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -133,6 +133,7 @@ library other-modules: Xmobar.Localize, Xmobar.Parsers, + Xmobar.Utils, Xmobar.XUtil, Xmobar.StatFS, Xmobar.ColorCache, @@ -140,8 +141,7 @@ library Xmobar.Draw, Xmobar.Signal, Xmobar.Environment, - Xmobar.EventLoop, - Xmobar.Plugins.Utils + Xmobar.EventLoop extra-libraries: Xrandr Xrender @@ -302,9 +302,9 @@ test-suite XmobarTest Xmobar.Commands, Xmobar.Signal, Xmobar.XUtil, + Xmobar.Utils, Xmobar.ColorCache, Xmobar.Plugins, - Xmobar.Plugins.Utils, Xmobar.Plugins.Monitors.Common if flag(with_alsa) || flag(all_extensions) |