From 40fd9dfe82a734057640b4495ed5d8d93531c4fc Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 29 Mar 2018 00:49:51 +0200 Subject: Upper bound for dbus (< 1.0). Fixes #345. --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmobar.cabal b/xmobar.cabal index 4d6bafd..bc98063 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -221,7 +221,7 @@ executable xmobar cpp-options: -DDATEZONE if flag(with_mpris) || flag(all_extensions) - build-depends: dbus >= 0.10 + build-depends: dbus >= 0.10 && < 1.0 other-modules: Plugins.Monitors.Mpris cpp-options: -DMPRIS -- cgit v1.2.3