diff options
author | jao <jao@gnu.org> | 2025-06-04 14:23:13 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-06-04 14:23:13 +0100 |
commit | e176ce9ea8e99c2953e3cd6fb05734986d673d83 (patch) | |
tree | 9f24cb760d3dfd8fb43bbd3283d6d889deda39fb /xmobar-config.cabal | |
parent | 8b7596da3b93a5fae687f59af55b04f4f7e5c9e4 (diff) | |
download | xmobar-config-e176ce9ea8e99c2953e3cd6fb05734986d673d83.tar.gz xmobar-config-e176ce9ea8e99c2953e3cd6fb05734986d673d83.tar.bz2 |
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r-- | xmobar-config.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar-config.cabal b/xmobar-config.cabal index 4538d8f..2160f21 100644 --- a/xmobar-config.cabal +++ b/xmobar-config.cabal @@ -3,7 +3,7 @@ version: 0.1 description: xmobar configs author: jao maintainer: jao@gnu.org -copyright: 2018, 2019, 2020, 2022, 2023 Jose A Ortega Ruiz +copyright: 2018, 2019, 2020, 2022, 2023, 2025 Jose A Ortega Ruiz license: GPL-3 build-type: Simple cabal-version: >= 1.10 @@ -13,7 +13,7 @@ extra-source-files: library hs-source-dirs: lib - exposed-modules: Config, Monitors, Bottom + exposed-modules: Config, Monitors, Bottom, Music build-depends: base >=4.7 && <5, async > 2.2, stm >= 2.5, aeson, text, bytestring, http-conduit, hinotify, xmobar |