summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-04 22:53:10 +0000
committerjao <jao@gnu.org>2022-02-06 00:24:10 +0000
commite020b92e7ace80867a93873ab5b7d40e1ae3ddfe (patch)
treec191eaca1badba8e7ccfc01ec2afe166c20ebc75 /xmobar.cabal
parent6e124f046b5b92dd3cdfc4a4ea337e3aca4c025d (diff)
downloadxmobar-e020b92e7ace80867a93873ab5b7d40e1ae3ddfe.tar.gz
xmobar-e020b92e7ace80867a93873ab5b7d40e1ae3ddfe.tar.bz2
swaybar-protocol: output with colors and actions
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal37
1 files changed, 19 insertions, 18 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 373ba83..69de4e8 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -185,24 +185,25 @@ library
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind
build-depends:
- base >= 4.11.0 && < 4.16,
- containers,
- regex-compat,
- process,
- old-locale,
- bytestring >= 0.10.8.2,
- directory,
- unix,
- time,
- filepath,
- transformers,
- X11 >= 1.6.1,
- mtl >= 2.1 && < 2.3,
- parsec == 3.1.*,
- parsec-numbers >= 0.1.0,
- stm >= 2.3 && < 2.6,
- extensible-exceptions == 0.1.*,
- async
+ X11 >= 1.6.1,
+ aeson >= 2.0.3.0,
+ async,
+ base >= 4.11.0 && < 4.16,
+ bytestring >= 0.10.8.2,
+ containers,
+ directory,
+ extensible-exceptions == 0.1.*,
+ filepath,
+ mtl >= 2.1 && < 2.3,
+ old-locale,
+ parsec == 3.1.*,
+ parsec-numbers >= 0.1.0,
+ process,
+ regex-compat,
+ stm >= 2.3 && < 2.6,
+ time,
+ transformers,
+ unix
if impl(ghc < 8.0.2)
-- Disable building with GHC before 8.0.2.