diff options
author | jao <jao@gnu.org> | 2014-09-04 20:40:46 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-09-04 20:40:46 +0200 |
commit | 02f88d3ad1bf011fa263e5b29bb73f5def8a5c66 (patch) | |
tree | 7f5df5843931fb2b316f99bd7ecd4b0951207159 /xmobar.cabal | |
parent | 8d658f93df22d69ea4170234b15fd03cdd3f7f4f (diff) | |
download | xmobar-02f88d3ad1bf011fa263e5b29bb73f5def8a5c66.tar.gz xmobar-02f88d3ad1bf011fa263e5b29bb73f5def8a5c66.tar.bz2 |
Missing XPMFile module added to xmobar.cabal
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 716366e..e6ab86e 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -79,7 +79,7 @@ executable xmobar main-is: Main.hs other-modules: Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize, - XUtil, StatFS, Runnable, ColorCache, Window, Signal, + XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal, Plugins, Plugins.BufferedPipeReader, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, Plugins.PipeReader, Plugins.MarqueePipeReader, |