summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-04 00:28:40 +0000
committerjao <jao@gnu.org>2022-02-04 00:28:40 +0000
commitab47eb31b532c232255b2c2385160510145e40ba (patch)
tree70f5f7faab080875b7879581f0ad21e543c1189b /xmobar.cabal
parentd65979cc4fb0dc85f59b445a377958aa9569b934 (diff)
downloadxmobar-ab47eb31b532c232255b2c2385160510145e40ba.tar.gz
xmobar-ab47eb31b532c232255b2c2385160510145e40ba.tar.bz2
Xmobar.App.X11EventLoop -> Xmobar.X11.Loop
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
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,