diff options
| -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. | 
