summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--xmobar.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 7c08610..49e8f76 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -30,7 +30,7 @@ test-suite XmobarTest
other-modules:
Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
XUtil, StatFS, Runnable, ColorCache, Window, Signal,
- Environment,
+ Environment, Paths_xmobar,
Plugins, Plugins.BufferedPipeReader,
Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
Plugins.PipeReader, Plugins.MarqueePipeReader,
@@ -139,7 +139,7 @@ executable xmobar
other-modules:
Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
XUtil, StatFS, Runnable, ColorCache, Window, Signal,
- Environment,
+ Environment, Paths_xmobar,
Plugins, Plugins.BufferedPipeReader,
Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
Plugins.PipeReader, Plugins.MarqueePipeReader,