diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-14 21:36:53 +0100 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-02-14 21:36:53 +0100 |
commit | 3ccdbe6aa66dc5a76f86ed640376d205afe02fd4 (patch) | |
tree | fe1aa70b2b48fe59e63a09a42a98f6db2611d1a2 /xmobar.cabal | |
parent | f72aca1b9c1c1eefabc1991a90bafd507afa3731 (diff) | |
download | xmobar-3ccdbe6aa66dc5a76f86ed640376d205afe02fd4.tar.gz xmobar-3ccdbe6aa66dc5a76f86ed640376d205afe02fd4.tar.bz2 |
Trying again to make xmonad.cabal merge cleanly
Ignore-this: 80131d664b8148257758492ed5f17c3d
darcs-hash:20100214203653-748be-6cb60a7ad55609eedca8834ac74f40ffa7cb22fc.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 3d63ebf..ee425d3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -4,8 +4,8 @@ homepage: http://code.haskell.org/~arossato/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. . - Inspired by the Ion3 status bar, it supports similar features, - like dynamic color management, output templates, and extensibility + Inspired by the Ion3 status bar, it supports similar features, + like dynamic color management, output templates, and extensibility through plugins. category: System license: BSD3 @@ -28,13 +28,12 @@ flag with_utf8 description: With UTF-8 support. flag with_inotify - description: inotify support (modern Linux only). Required for the Mail and MBox plugins. + description: inotify support (modern Linux only). Required for the Mail plugin. default: False executable xmobar main-is: Main.hs - - other-modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS + other-Modules: Xmobar, Config, Parsers, Commands, XUtil, Runnable, Plugins, Plugins.Monitors.StatFS ghc-prof-options: -prof -auto-all if true |