From a249429cb15c3aacdf1d44e68cd9dbb75b6d7fbf Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 4 Aug 2023 02:50:45 +0100 Subject: nits and test target --- xmobar-config.cabal | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xmobar-config.cabal') 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 -- cgit v1.2.3