diff options
author | jao <jao@gnu.org> | 2018-11-25 06:13:29 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 06:13:29 +0000 |
commit | 9d2c98871bbd04c585fae034072f934b5c3e8093 (patch) | |
tree | 468bb9565efe6e14bad3828d21912ca4155aafd3 /xmobar.cabal | |
parent | 3cf0041960837701c325b698460678aea1c449b4 (diff) | |
download | xmobar-9d2c98871bbd04c585fae034072f934b5c3e8093.tar.gz xmobar-9d2c98871bbd04c585fae034072f934b5c3e8093.tar.bz2 |
Parsers wee refactoring
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 88cfbf5..76182dc 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -100,13 +100,14 @@ library Xmobar.Commands, Xmobar.Runnable - other-modules: Xmobar.Parsers, + other-modules: Xmobar.Template, Xmobar.Utils, Xmobar.System.StatFS, Xmobar.System.Environment, Xmobar.System.Localize, Xmobar.System.Signal, Xmobar.System.Kbd, + Xmobar.X11.Parsers, Xmobar.X11.Types, Xmobar.X11.XUtil, Xmobar.X11.Bitmap, |