xmobar -> test own Modules 7

This commit is contained in:
2024-03-16 17:05:35 +01:00
parent 499a2141a0
commit 6c7e65cb1e
2 changed files with 50 additions and 12 deletions

View File

@@ -23,10 +23,10 @@ name: xmobar-custom
version: 0.1.0.0
-- The package author(s).
author: 4Lost
author: einfischy
-- An email address to which users can send suggestions, bug reports, and patches.
maintainer: elias.schroeter@e.email
maintainer: accounts.codeberg@kstn.in
-- A copyright notice.
-- copyright:
@@ -42,18 +42,13 @@ executable xmobar
-- .hs or .lhs file containing the Main module.
main-is: xmobar.hs
other-modules: Commands,
ColorCache,
Signal,
XUtil,
Plugins,
Plugins.Audio
other-modules: XUtil, Plugins.Utils
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.1,
xmobar ^>=0.47.1,
process ^>=1.6.18.0,
mtl,
X11 >= 1.6.1
X11 >= 1.6.1,
xmobar ^>=0.47.1
-- Directories containing source files.
hs-source-dirs: .