diff options
author | jao <jao@gnu.org> | 2018-10-06 17:12:40 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-10-06 17:12:40 +0100 |
commit | a6b2dfc9c9b76fd6a9ec22d71d03b27d9b7689bb (patch) | |
tree | 2d0127774da76760de147db0d8872a269e4c7fa7 | |
parent | 2bd5d60fc47631fb35916a90bf8722b6aa8982a9 (diff) | |
download | xmobar-a6b2dfc9c9b76fd6a9ec22d71d03b27d9b7689bb.tar.gz xmobar-a6b2dfc9c9b76fd6a9ec22d71d03b27d9b7689bb.tar.bz2 |
Version 0.28.10.28.1
Closes #354 and #357
-rw-r--r-- | changelog.md | 8 | ||||
-rw-r--r-- | readme.md | 4 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index cf33b75..9bb6e82 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ -## Version 0.28 +## Version 0.28.1 (October, 2018) + +Dependencies updated to work with GHC 8.6, avoiding [issue #354]. + +[issue #354]: https://github.com/jaor/xmobar/issues/356 + +## Version 0.28 (August, 2018) _New features_ @@ -38,7 +38,9 @@ Xmobar is available from [Hackage], and you can install it using cabal install xmobar -Xmobar versions >= 0.27 require GHC version >= 8.0.2. +Xmobar versions >= 0.27 require GHC version >= 8.0.2. Due to an +intermittent bug in GHC, we recommend using either GHC 8.0.2, 8.2.2 or +8.6. See below for a list of optional compilation flags that will enable some optional plugins. For instance, to install xmobar with all the diff --git a/xmobar.cabal b/xmobar.cabal index 9088dbd..cb8f63f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.28 +version: 0.28.1 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |