summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-12-03 00:46:21 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-12-03 00:46:21 +0100
commit71701de342d61ba008a55badb0de9e03e5ebd3bb (patch)
tree4fbb9f38856769edb435ac30e7199883825226d3
parentbe247a8368d1b8fec4a015e3b09e97450ababb72 (diff)
downloadxmobar-0.16.tar.gz
xmobar-0.16.tar.bz2
Updates for 0.160.16
-rw-r--r--news.md12
-rw-r--r--xmobar.cabal5
2 files changed, 13 insertions, 4 deletions
diff --git a/news.md b/news.md
index e0e0bcc..9d1603f 100644
--- a/news.md
+++ b/news.md
@@ -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,