From 413dde1f9a12da0449cd4356f3ff7566cd812ec9 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 5 Dec 2019 01:15:56 +0000 Subject: GMPDP, an example of a plugin reading json --- xmobar-config.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xmobar-config.cabal') diff --git a/xmobar-config.cabal b/xmobar-config.cabal index 841206e..be2bdee 100644 --- a/xmobar-config.cabal +++ b/xmobar-config.cabal @@ -13,8 +13,10 @@ extra-source-files: library hs-source-dirs: src/lib - exposed-modules: Config, Monitors, Bottom, Music - build-depends: base >=4.7 && <5, async > 2.2, stm >= 2.5, xmobar + exposed-modules: Config, Monitors, Bottom, Music, GMPDP + build-depends: base >=4.7 && <5, async > 2.2, stm >= 2.5, + aeson, text, bytestring, http-conduit, + hinotify, xmobar other-modules: Paths_xmobar_config default-language: Haskell2010 -- cgit v1.2.3