summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-01-18 02:05:51 +0000
committerjao <jao@gnu.org>2021-01-18 02:05:51 +0000
commit0defe3441e1dbad3eaef2826fa6af24e11a38092 (patch)
tree70e7cee7bc36b4ab0c7a416ef231b29f36792ed8
parent911b2750be3493b15aed9739ab1f1074c45712cc (diff)
downloadxmobar-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.
-rw-r--r--xmobar.cabal2
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,