summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-09 04:34:17 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-09 04:34:17 +0200
commit67e0c9f540cde8c837d125cb9ba59f433460dd4d (patch)
treec602fe43acb4a9ed9a455b137a840833228fe628 /xmobar.cabal
parent157194dd20f252be1331e1eee579b8177b99d895 (diff)
downloadxmobar-67e0c9f540cde8c837d125cb9ba59f433460dd4d.tar.gz
xmobar-67e0c9f540cde8c837d125cb9ba59f433460dd4d.tar.bz2
Missing Window module in cabal file
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 05e6a52..a4d8381 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -77,7 +77,8 @@ executable xmobar
hs-source-dirs: src
main-is: Main.hs
other-modules:
- Xmobar, Config, Parsers, Commands, Localize, XUtil, StatFS, Runnable,
+ Xmobar, Config, Parsers, Commands, Localize,
+ XUtil, StatFS, Runnable, Window,
Plugins, Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
Plugins.PipeReader, Plugins.StdinReader, Plugins.XMonadLog,
Plugins.Utils, Plugins.Kbd, Plugins.Monitors,