diff options
author | jao <jao@gnu.org> | 2018-11-25 03:49:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 03:49:15 +0000 |
commit | 3852d6b5e354b9b03b30f04803a87b2224aeb85c (patch) | |
tree | 88213d8fd2e2c5454e3a9ba696ef644c16b8f71b /xmobar.cabal | |
parent | 0691071716e6cfa6040044be0ca782771fe6104c (diff) | |
download | xmobar-3852d6b5e354b9b03b30f04803a87b2224aeb85c.tar.gz xmobar-3852d6b5e354b9b03b30f04803a87b2224aeb85c.tar.bz2 |
Xmobar.System.Environment
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 e0cc2e8..ee58013 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -132,6 +132,7 @@ library other-modules: Xmobar.Parsers, Xmobar.Utils, Xmobar.System.StatFS, + Xmobar.System.Environment, Xmobar.System.Localize, Xmobar.System.Signal, Xmobar.X11.Types, @@ -140,8 +141,7 @@ library Xmobar.X11.EventLoop, Xmobar.X11.ColorCache, Xmobar.X11.Window, - Xmobar.X11.Draw, - Xmobar.Environment + Xmobar.X11.Draw extra-libraries: Xrandr Xrender @@ -310,6 +310,6 @@ test-suite XmobarTest Xmobar.Commands Xmobar.Plugins Xmobar.Plugins.Monitors.Common - Xmobar.Signal + Xmobar.System.Signal Xmobar.Utils cpp-options: -DALSA |