diff options
author | jao <jao@gnu.org> | 2018-11-25 21:48:15 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 21:48:15 +0000 |
commit | bc27a68eb346b5e73c530f0f9c3e62e56517e225 (patch) | |
tree | d89fb49ee864ce0594d9ba2eff8836abd1e7a564 /xmobar.cabal | |
parent | e04d4c6eb84d5adfe62b6a538e7c4008974424b2 (diff) | |
download | xmobar-bc27a68eb346b5e73c530f0f9c3e62e56517e225.tar.gz xmobar-bc27a68eb346b5e73c530f0f9c3e62e56517e225.tar.bz2 |
Xmobar.App and small refactorings
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 582af4c..ca19863 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -103,7 +103,7 @@ library other-modules: Xmobar.Utils, Xmobar.Run.Types, Xmobar.Run.Template, - Xmobar.Run.EventLoop, + Xmobar.App.EventLoop, Xmobar.System.StatFS, Xmobar.System.Environment, Xmobar.System.Localize, |