diff options
author | Alexander Polakov <plhk@sdf.org> | 2013-02-03 19:41:26 +0400 |
---|---|---|
committer | Alexander Polakov <plhk@sdf.org> | 2013-02-03 19:41:26 +0400 |
commit | 43c1dd26c41fcc8400a40cc434cb0851119ea76d (patch) | |
tree | 80053db0d470041e64add213e4f58793f41073c1 /xmobar.cabal | |
parent | a27d4b833b9492dc17a785709b33096a8f116dc0 (diff) | |
download | xmobar-43c1dd26c41fcc8400a40cc434cb0851119ea76d.tar.gz xmobar-43c1dd26c41fcc8400a40cc434cb0851119ea76d.tar.bz2 |
Fixes for previous
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 3f2ecd2..6a1cbb8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -74,7 +74,7 @@ executable xmobar hs-source-dirs: src main-is: Main.hs other-modules: - Xmobar, Config, Parsers, Commands, Localize, XGraphic, + Xmobar, Bitmap, Config, Parsers, Commands, Localize, XGraphic, XUtil, StatFS, Runnable, ColorCache, Window, Signal, Plugins, Plugins.BufferedPipeReader, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, |