diff options
author | jao <jao@gnu.org> | 2021-01-18 02:05:51 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-18 02:05:51 +0000 |
commit | 0defe3441e1dbad3eaef2826fa6af24e11a38092 (patch) | |
tree | 70e7cee7bc36b4ab0c7a416ef231b29f36792ed8 /xmobar.cabal | |
parent | 911b2750be3493b15aed9739ab1f1074c45712cc (diff) | |
download | xmobar-0defe3441e1dbad3eaef2826fa6af24e11a38092.tar.gz xmobar-0defe3441e1dbad3eaef2826fa6af24e11a38092.tar.bz2 |
Expose Xmobar.Plugins.Monitors.Common (fixes #520)
Exposing Common.Types and Common.Run is now redundant, but we could
break configurations out there, so i'm not sure if we should remove them.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index b015c50..e9979b3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -99,6 +99,7 @@ library exposed-modules: Xmobar, Xmobar.Plugins.Monitors.Common.Types, Xmobar.Plugins.Monitors.Common.Run, + Xmobar.Plugins.Monitors.Common, Xmobar.Plugins.Monitors.Cpu other-modules: Paths_xmobar, @@ -144,7 +145,6 @@ library Xmobar.Plugins.NotmuchMail, Xmobar.Plugins.Monitors, Xmobar.Plugins.Monitors.Batt, - Xmobar.Plugins.Monitors.Common, Xmobar.Plugins.Monitors.Common.Output, Xmobar.Plugins.Monitors.Common.Parsers, Xmobar.Plugins.Monitors.Common.Files, |