xmobar -> test own Modules 4

This commit is contained in:
2024-03-16 16:35:43 +01:00
parent db8f1e45ec
commit 26f0c4b6c6
2 changed files with 114 additions and 2 deletions

View File

@@ -43,14 +43,16 @@ executable xmobar
main-is: xmobar.hs
other-modules: Commands,
ColorCache,
XUtil,
Plugins,
Plugins.Audio
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.1,
xmobar ^>=0.47.1,
process ^>=1.6.18.0
process ^>=1.6.18.0,
mtl >= 2.0 && < 2.2,
X11 >= 1.6.1
-- Directories containing source files.
hs-source-dirs: .