summaryrefslogtreecommitdiffhomepage
path: root/xmobar-config.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-09 22:50:48 +0100
committerjao <jao@gnu.org>2022-08-09 22:53:42 +0100
commitbc1b2d6defbd9dc7cf8a5a103e9672fdb9a715f0 (patch)
tree74d719ed2435083e7d0bd37ec789c2f659c96bb7 /xmobar-config.cabal
parent6640f4d36dc401b9182f91be7179c9d16a212e07 (diff)
downloadxmobar-config-bc1b2d6defbd9dc7cf8a5a103e9672fdb9a715f0.tar.gz
xmobar-config-bc1b2d6defbd9dc7cf8a5a103e9672fdb9a715f0.tar.bz2
xmobar-exwm -> xmobar-single
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r--xmobar-config.cabal28
1 files changed, 14 insertions, 14 deletions
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