diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-12-03 00:46:21 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-12-03 00:46:21 +0100 |
commit | 71701de342d61ba008a55badb0de9e03e5ebd3bb (patch) | |
tree | 4fbb9f38856769edb435ac30e7199883825226d3 | |
parent | be247a8368d1b8fec4a015e3b09e97450ababb72 (diff) | |
download | xmobar-71701de342d61ba008a55badb0de9e03e5ebd3bb.tar.gz xmobar-71701de342d61ba008a55badb0de9e03e5ebd3bb.tar.bz2 |
Updates for 0.160.16
-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, |