diff options
author | jao <jao@gnu.org> | 2022-02-04 00:14:13 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 00:14:13 +0000 |
commit | d65979cc4fb0dc85f59b445a377958aa9569b934 (patch) | |
tree | 86b793c814515b0aee280c72a430dcd7cf250d23 /xmobar.cabal | |
parent | 45fd6dc4dd71f752e25628d07a666aadc2e26e17 (diff) | |
download | xmobar-d65979cc4fb0dc85f59b445a377958aa9569b934.tar.gz xmobar-d65979cc4fb0dc85f59b445a377958aa9569b934.tar.bz2 |
Xmobar.X11.Parsers -> Xmobar.Run.Parsers
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 962d6b1..f812872 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -115,6 +115,7 @@ library Xmobar.Run.Exec, Xmobar.Run.Runnable Xmobar.Run.Actions, + Xmobar.Run.Parsers, Xmobar.Run.Loop, Xmobar.App.X11EventLoop, Xmobar.App.TextEventLoop, @@ -129,7 +130,6 @@ library Xmobar.System.Signal, Xmobar.System.Kbd, Xmobar.X11.Events, - Xmobar.X11.Parsers, Xmobar.X11.Types, Xmobar.X11.Text, Xmobar.X11.Bitmap, |