summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2014-09-04 20:40:46 +0200
committerjao <jao@gnu.org>2014-09-04 20:40:46 +0200
commit02f88d3ad1bf011fa263e5b29bb73f5def8a5c66 (patch)
tree7f5df5843931fb2b316f99bd7ecd4b0951207159
parent8d658f93df22d69ea4170234b15fd03cdd3f7f4f (diff)
downloadxmobar-02f88d3ad1bf011fa263e5b29bb73f5def8a5c66.tar.gz
xmobar-02f88d3ad1bf011fa263e5b29bb73f5def8a5c66.tar.bz2
Missing XPMFile module added to xmobar.cabal
-rw-r--r--xmobar.cabal2
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,