diff options
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 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, |