From f97d2fea2756f8936dd4cbc895bd945d1547699f Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 26 Feb 2020 20:54:56 +0000 Subject: Version 0.33 --- changelog.md | 2 +- xmobar.cabal | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 93fa31e..a88e1ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.33 +## Version 0.33 (February, 2020) _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index b29b987..c2089f4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.32 +version: 0.33 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -213,16 +213,17 @@ library exposed-modules: Xmobar.Plugins.Mail, Xmobar.Plugins.MBox cpp-options: -DINOTIFY + if flag(with_iwlib) || flag(with_nl80211) || flag(all_extensions) + exposed-modules: Xmobar.Plugins.Monitors.Wireless + if flag(with_iwlib) extra-libraries: iw build-depends: iwlib >= 0.1.0 && < 0.2 - exposed-modules: Xmobar.Plugins.Monitors.Wireless cpp-options: -DIWLIB - if flag(with_nl80211) || flag(all_extensions) + if !flag(with_iwlib) && (flag(with_nl80211) || flag(all_extensions)) build-depends: netlink >= 1.1.1.0, cereal >= 0.5.8.1 - exposed-modules: Xmobar.Plugins.Monitors.Wireless cpp-options: -DUSE_NL80211 if flag(with_mpd) || flag(all_extensions) -- cgit v1.2.3