xmobar -> test own Modules 2

This commit is contained in:
2024-03-16 16:17:39 +01:00
parent 012ec94106
commit 18f5e7a9a2
4 changed files with 97 additions and 3 deletions

View File

@@ -42,7 +42,10 @@ executable xmobar
-- .hs or .lhs file containing the Main module.
main-is: xmobar.hs
other-modules: Plugins.Audio
other-modules: Commands,
XUtil,
Plugins,
Plugins.Audio
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.1,
xmobar ^>=0.47.1,