From bc1b2d6defbd9dc7cf8a5a103e9672fdb9a715f0 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Aug 2022 22:50:48 +0100 Subject: xmobar-exwm -> xmobar-single --- xmobar-config.cabal | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'xmobar-config.cabal') diff --git a/xmobar-config.cabal b/xmobar-config.cabal index d6554f5..f83f74a 100644 --- a/xmobar-config.cabal +++ b/xmobar-config.cabal @@ -20,8 +20,8 @@ library other-modules: Paths_xmobar_config default-language: Haskell2010 -executable xmobar-exwm - main-is: TopC.hs +executable xmobar-single + main-is: Single.hs hs-source-dirs: src ghc-options: -rtsopts -with-rtsopts=-V0 -threaded build-depends: base, xmobar, xmobar-config @@ -34,19 +34,19 @@ executable xmobar-emacs build-depends: base, xmobar, xmobar-config default-language: Haskell2010 --- executable xmobar-top --- main-is: Top.hs --- hs-source-dirs: src --- ghc-options: -rtsopts -with-rtsopts=-V0 -threaded --- build-depends: base, xmobar, xmobar-config --- default-language: Haskell2010 +executable xmobar-top + main-is: Top.hs + hs-source-dirs: src + ghc-options: -rtsopts -with-rtsopts=-V0 -threaded + build-depends: base, xmobar, xmobar-config + default-language: Haskell2010 --- executable xmobar-bottom --- main-is: Bottom.hs --- hs-source-dirs: src --- ghc-options: -rtsopts -with-rtsopts=-V0 -threaded --- build-depends: base, xmobar, xmobar-config --- default-language: Haskell2010 +executable xmobar-bottom + main-is: Bottom.hs + hs-source-dirs: src + ghc-options: -rtsopts -with-rtsopts=-V0 -threaded + build-depends: base, xmobar, xmobar-config + default-language: Haskell2010 executable xmobar-sway main-is: Sway.hs -- cgit v1.2.3