diff options
author | jao <jao@gnu.org> | 2022-02-04 02:12:32 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 02:12:32 +0000 |
commit | c1b6c382d8b020238e64c811bcc6f905f0f5390d (patch) | |
tree | e5d530a35ce67be21a87614c1f35f250ebea5ceb /xmobar.cabal | |
parent | 34bb65029f0fdcb3f88043b3b0ca6ebd46bee161 (diff) | |
download | xmobar-c1b6c382d8b020238e64c811bcc6f905f0f5390d.tar.gz xmobar-c1b6c382d8b020238e64c811bcc6f905f0f5390d.tar.bz2 |
Refactoring: Xmobar.Text.{Ansi,Pango,Output}
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 0f3bdaa..b411834 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -127,7 +127,10 @@ library Xmobar.System.Localize, Xmobar.System.Signal, Xmobar.System.Kbd, + Xmobar.Text.Ansi, + Xmobar.Text.Pango, Xmobar.Text.Loop, + Xmobar.Text.Output, Xmobar.X11.Events, Xmobar.X11.Loop, Xmobar.X11.Types, |