summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-04 00:34:44 +0000
committerjao <jao@gnu.org>2022-02-04 00:34:44 +0000
commit34bb65029f0fdcb3f88043b3b0ca6ebd46bee161 (patch)
tree394331f1dd642bb4f149a82ee0e23b40b7fbd9ee /xmobar.cabal
parentab47eb31b532c232255b2c2385160510145e40ba (diff)
downloadxmobar-34bb65029f0fdcb3f88043b3b0ca6ebd46bee161.tar.gz
xmobar-34bb65029f0fdcb3f88043b3b0ca6ebd46bee161.tar.bz2
Xmobar.App.TextEventLoop -> Xmobar.Text.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 70ce0d0..0f3bdaa 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -117,7 +117,6 @@ library
Xmobar.Run.Actions,
Xmobar.Run.Parsers,
Xmobar.Run.Loop,
- Xmobar.App.TextEventLoop,
Xmobar.App.Config,
Xmobar.App.Main,
Xmobar.App.Opts,
@@ -128,6 +127,7 @@ library
Xmobar.System.Localize,
Xmobar.System.Signal,
Xmobar.System.Kbd,
+ Xmobar.Text.Loop,
Xmobar.X11.Events,
Xmobar.X11.Loop,
Xmobar.X11.Types,