diff options
| author | Sky Christensen <sky@skychristensen.com> | 2018-08-21 22:15:27 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-21 22:15:27 -0700 | 
| commit | 3f91002509b2973edac3cd083bbf2d57fd7948e2 (patch) | |
| tree | d9fe6f4f23b5a3e79323ce73a5ba6c3be5684969 | |
| parent | 661f1a529f0e8416560d0f5f121bce15a1cfc329 (diff) | |
| download | xmobar-3f91002509b2973edac3cd083bbf2d57fd7948e2.tar.gz xmobar-3f91002509b2973edac3cd083bbf2d57fd7948e2.tar.bz2 | |
Update readme.md
This PR just adds a note about Xmobar versions 0.27 and up requiring GHC 8.0.2 or later.
Debian Stretch (stable) is pinned to GHC 8.0.1, so this will presumably be an issue for some Debian users for the next year or so until the next Debian release.
I'm not sure if this warrants adding a note about it to the docs, but it was something that tripped me up, so I thought I'd send a PR and let you decide if you think it belongs in the README. Don't feel bad if you decide to not merge this PR!
Thanks.
| -rw-r--r-- | readme.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -38,6 +38,8 @@ Xmobar is available from [Hackage], and you can install it using          cabal install xmobar +Xmobar versions >= 0.27 require GHC version >= 8.0.2. +  See below for a list of optional compilation flags that will enable  some optional plugins. For instance, to install xmobar with all the  bells and whistles, use: | 
