summaryrefslogtreecommitdiffhomepage
path: root/xmobar-config.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-12-05 01:15:56 +0000
committerjao <jao@gnu.org>2019-12-05 01:16:27 +0000
commit413dde1f9a12da0449cd4356f3ff7566cd812ec9 (patch)
tree29f3e15efb97dc0608f44de2eb1b1e62459fec8c /xmobar-config.cabal
parentd8cda91a46f486c0fb9b095f4936029268121ccb (diff)
downloadxmobar-config-413dde1f9a12da0449cd4356f3ff7566cd812ec9.tar.gz
xmobar-config-413dde1f9a12da0449cd4356f3ff7566cd812ec9.tar.bz2
GMPDP, an example of a plugin reading json
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r--xmobar-config.cabal6
1 files changed, 4 insertions, 2 deletions
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