From 09141b9a589404fbfa1fabb34c458c7d03edd3f9 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 27 Jan 2019 23:12:27 +0000 Subject: Using monitor combiners to auto-switch mpd/mpris --- xmobar-config.cabal | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'xmobar-config.cabal') diff --git a/xmobar-config.cabal b/xmobar-config.cabal index 6876bf9..3ad80bf 100644 --- a/xmobar-config.cabal +++ b/xmobar-config.cabal @@ -3,7 +3,7 @@ version: 0.1 description: xmobar configs author: jao maintainer: jao@gnu.org -copyright: 2018 Jose A Ortega Ruiz +copyright: 2018, 2019 Jose A Ortega Ruiz license: GPL-3 build-type: Simple cabal-version: >= 1.10 @@ -13,10 +13,9 @@ extra-source-files: library hs-source-dirs: src/lib - exposed-modules: Config, Monitors, Bottom, Mpris, MPD - build-depends: base >=4.7 && <5, xmobar - other-modules: - Paths_xmobar_config + exposed-modules: Config, Monitors, Bottom, Music + build-depends: base >=4.7 && <5, async > 2.2, stm >= 2.5, xmobar + other-modules: Paths_xmobar_config, MPD, Mpris default-language: Haskell2010 executable xmobar-top -- cgit v1.2.3