diff options
author | jao <jao@gnu.org> | 2022-02-04 00:28:40 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 00:28:40 +0000 |
commit | ab47eb31b532c232255b2c2385160510145e40ba (patch) | |
tree | 70f5f7faab080875b7879581f0ad21e543c1189b /xmobar.cabal | |
parent | d65979cc4fb0dc85f59b445a377958aa9569b934 (diff) | |
download | xmobar-ab47eb31b532c232255b2c2385160510145e40ba.tar.gz xmobar-ab47eb31b532c232255b2c2385160510145e40ba.tar.bz2 |
Xmobar.App.X11EventLoop -> Xmobar.X11.Loop
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 f812872..70ce0d0 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -117,7 +117,6 @@ library Xmobar.Run.Actions, Xmobar.Run.Parsers, Xmobar.Run.Loop, - Xmobar.App.X11EventLoop, Xmobar.App.TextEventLoop, Xmobar.App.Config, Xmobar.App.Main, @@ -130,6 +129,7 @@ library Xmobar.System.Signal, Xmobar.System.Kbd, Xmobar.X11.Events, + Xmobar.X11.Loop, Xmobar.X11.Types, Xmobar.X11.Text, Xmobar.X11.Bitmap, |