diff options
author | jao <jao@gnu.org> | 2018-11-25 07:42:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 07:42:54 +0000 |
commit | e0d6da82de8d0d1cef98896164c6016b84e47068 (patch) | |
tree | 737bf4a58bcb39ed1bb500632f11c54f9a22f192 /xmobar.cabal | |
parent | 426c931d5b0ebc6d53396c34ec38eb342be501c3 (diff) | |
download | xmobar-e0d6da82de8d0d1cef98896164c6016b84e47068.tar.gz xmobar-e0d6da82de8d0d1cef98896164c6016b84e47068.tar.bz2 |
Run.EventLoop
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index ff167e4..aff3dcf 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -103,6 +103,7 @@ library other-modules: Xmobar.Utils, Xmobar.Run.Types, Xmobar.Run.Template, + Xmobar.Run.EventLoop, Xmobar.System.StatFS, Xmobar.System.Environment, Xmobar.System.Localize, @@ -112,7 +113,6 @@ library Xmobar.X11.Types, Xmobar.X11.XUtil, Xmobar.X11.Bitmap, - Xmobar.X11.EventLoop, Xmobar.X11.ColorCache, Xmobar.X11.Window, Xmobar.X11.Draw, |