xmobar -> test own Modules

This commit is contained in:
2024-03-16 16:05:46 +01:00
parent c38b8b4264
commit 012ec94106
4 changed files with 45 additions and 13 deletions

View File

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