summaryrefslogtreecommitdiffhomepage
path: root/xmobar-config.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-03 05:13:21 +0000
committerjao <jao@gnu.org>2022-02-03 05:13:21 +0000
commit68c061b359184a3a60dc084d1526af5704f3bc52 (patch)
treeacee8690e7c8b455ce3df3a05eb69ddd62689e8d /xmobar-config.cabal
parent0516604a56af2c148bc36d5fbfa6b45c43542afe (diff)
downloadxmobar-config-68c061b359184a3a60dc084d1526af5704f3bc52.tar.gz
xmobar-config-68c061b359184a3a60dc084d1526af5704f3bc52.tar.bz2
xmobar-sway
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r--xmobar-config.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/xmobar-config.cabal b/xmobar-config.cabal
index c99b799..d219a8d 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, 2019, 2020 Jose A Ortega Ruiz
+copyright: 2018, 2019, 2020, 2022 Jose A Ortega Ruiz
license: GPL-3
build-type: Simple
cabal-version: >= 1.10
@@ -41,3 +41,9 @@ executable xmobar-bottom
build-depends: base, xmobar, xmobar-config
default-language: Haskell2010
+executable xmobar-sway
+ main-is: Sway.hs
+ hs-source-dirs: src
+ ghc-options: -rtsopts -with-rtsopts=-V0 -threaded
+ build-depends: base, xmobar, xmobar-config
+ default-language: Haskell2010