diff options
| -rw-r--r-- | news.md | 12 | ||||
| -rw-r--r-- | xmobar.cabal | 5 | 
2 files changed, 13 insertions, 4 deletions
| @@ -1,6 +1,6 @@  % xmobar - Release notes -## Version 0.16 +## Version 0.16 (Dec 3, 2012)  _New features_ @@ -37,8 +37,16 @@ _Bug fixes_    - Compilation errors and warnings with GHC 7.6 removed (thanks to      Raghavendra D Prabhu for his reports in [github #71]). +_Known problems_ + +Some users have reported problems with xmobar compiled with GHC 7.6 in +ArchLinux: see [github #78] and pointers therein.  Please, send +reports of any problems or successes in that regard so that we can fix +any remaining issues.  Thanks! +  [github #71]: https://github.com/jaor/xmobar/issues/71 -[github #71]: https://github.com/jaor/xmobar/issues/73 +[github #73]: https://github.com/jaor/xmobar/issues/73 +[github #78]: https://github.com/jaor/xmobar/issues/78  ## Version 0.15 (June 4, 2012) diff --git a/xmobar.cabal b/xmobar.cabal index 94edc41..c44a40f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -75,8 +75,9 @@ executable xmobar      main-is:            Main.hs      other-modules:        Xmobar, Config, Parsers, Commands, Localize, -      XUtil, StatFS, Runnable, ColorCache, Window -      Plugins, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, +      XUtil, StatFS, Runnable, ColorCache, Window, Signal, +      Plugins, Plugins.BufferedPipeReader, +      Plugins.CommandReader, Plugins.Date, Plugins.EWMH,        Plugins.PipeReader, Plugins.StdinReader, Plugins.XMonadLog,        Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,        Plugins.Monitors.Batt, Plugins.Monitors.Common, | 
