summaryrefslogtreecommitdiffhomepage
path: root/xmobar-config.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-08-04 02:50:45 +0100
committerjao <jao@gnu.org>2023-08-04 02:50:45 +0100
commita249429cb15c3aacdf1d44e68cd9dbb75b6d7fbf (patch)
treed64c8f44c4d68dbd14d96a167e78c875dc3903e3 /xmobar-config.cabal
parentc300eff998d758bf867abbb7f39bf6fdfecf7a2e (diff)
downloadxmobar-config-a249429cb15c3aacdf1d44e68cd9dbb75b6d7fbf.tar.gz
xmobar-config-a249429cb15c3aacdf1d44e68cd9dbb75b6d7fbf.tar.bz2
nits and test target
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r--xmobar-config.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmobar-config.cabal b/xmobar-config.cabal
index ef64410..31aa799 100644
--- a/xmobar-config.cabal
+++ b/xmobar-config.cabal
@@ -47,3 +47,10 @@ executable xmobar-sway
ghc-options: -rtsopts -with-rtsopts=-V0 -threaded
build-depends: base, xmobar, xmobar-config
default-language: Haskell2010
+
+executable xmobar-test
+ main-is: Test.hs
+ hs-source-dirs: src
+ ghc-options: -rtsopts -with-rtsopts=-V0 -threaded
+ build-depends: base, xmobar, xmobar-config
+ default-language: Haskell2010