summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose A Ortega Ruiz <jao@gnu.org>2010-02-14 21:22:09 +0100
committerJose A Ortega Ruiz <jao@gnu.org>2010-02-14 21:22:09 +0100
commitf72aca1b9c1c1eefabc1991a90bafd507afa3731 (patch)
tree665dc5c8df7d8e8c9fd79b6fb498d5254cc46d69
parent70fdae2a6c1846b254d115804b2e72ddbc018204 (diff)
downloadxmobar-f72aca1b9c1c1eefabc1991a90bafd507afa3731.tar.gz
xmobar-f72aca1b9c1c1eefabc1991a90bafd507afa3731.tar.bz2
Fix for error while merging xmonad.cabal
Ignore-this: 10d67f7e3e1511e4d382697b47202d77 darcs-hash:20100214202209-748be-f990e6583f51afc67025fb2d89562905c6218e41.gz
-rw-r--r--xmobar.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index d2e1618..3d63ebf 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -28,13 +28,13 @@ flag with_utf8
description: With UTF-8 support.
flag with_inotify
- description: inotify support (modern Linux only). Required for the Mail plugin.
+ description: inotify support (modern Linux only). Required for the Mail and MBox plugins.
default: False
executable xmobar
main-is: Main.hs
- other-Modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS
- ghc-options: -funbox-strict-fields -Wall
+
+ other-modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS
ghc-prof-options: -prof -auto-all
if true