--- xmobar-0.15/xmobar.cabal~ 2012-10-29 17:05:03.537038157 +0900 +++ xmobar-0.15/xmobar.cabal 2012-11-18 12:28:28.698660089 +0900 @@ -31,7 +32,7 @@ flag with_xft description: Use Xft to render text. UTF-8 support included. - default: False + default: True flag with_utf8 description: With UTF-8 support. @@ -39,15 +40,15 @@ flag with_inotify description: inotify support (modern Linux only). Required for the Mail and MBox plugins. - default: False + default: True flag with_iwlib description: Wireless info support. Required for the Wireless plugin, needs iwlib installed. - default: False + default: True flag with_mpd description: MPD support. Needs libmpd installed. - default: False + default: True flag all_extensions description: Includes all optional extensions.