xmobar -> test own Modules
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user