diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2010-02-09 12:00:28 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2010-02-09 12:00:28 +0100 |
commit | 72c9d18dee96f299fa96bf820a835d766a1be4d6 (patch) | |
tree | b7f5f80fa0edab4d1cd92a52a2ac363d9dee27fc /xmobar.cabal | |
parent | c51aa1a3eb02355cd4790111c18714a03d5978ff (diff) | |
download | xmobar-72c9d18dee96f299fa96bf820a835d766a1be4d6.tar.gz xmobar-72c9d18dee96f299fa96bf820a835d766a1be4d6.tar.bz2 |
bump version and set default value for xft and hinotify
Ignore-this: c7a12d3137f383eaed154196768c907a1c8333f2
darcs-hash:20100209110028-d6583-31cb85c570e6b0cd55efc8d3fef64ec89cc47196.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 8551806..7bddedd 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.9.2 +version: 0.10 homepage: http://code.haskell.org/~arossato/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -22,12 +22,14 @@ flag small_base flag with_xft description: Use Xft to render text. UTF-8 support included. + default: False flag with_utf8 description: With UTF-8 support. flag with_inotify description: inotify support (modern Linux only). Required for the Mail plugin. + default: False executable xmobar main-is: Main.hs |