Skip to content

Commit 6ce8513

Browse files
committed
Add GHC 8.8.4 to support table in README
1 parent af12c93 commit 6ce8513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ its dependencies have been built with the `-haddock` GHC flag.
8787
This extension will download `haskell-language-server` binaries to a specific location depending on your system. If you find yourself running out of disk space, you can try deleting old versions of language servers in this directory. The extension will redownload them, no strings attached.
8888
8989
| Platform | Path |
90-
|----------|---------------------------------------------------------------------------|
90+
| -------- | ------------------------------------------------------------------------- |
9191
| macOS | `~/Library/Application\ Support/Code/User/globalStorage/haskell.haskell/` |
9292
| Windows | `%APPDATA%\Code\User\globalStorage\haskell.haskell` |
9393
| Linux | `$HOME/.config/Code/User/globalStorage/haskell.haskell` |
@@ -101,6 +101,7 @@ These are the versions of GHC that there are binaries of `haskell-language-serve
101101
| GHC | Linux | macOS | Windows |
102102
| ------ | ----- | ----- | ------- |
103103
| 8.10.1 | ✓ | ✓ | ✓ |
104+
| 8.8.4 | ✓ | ✓ | |
104105
| 8.8.3 | ✓ | ✓ | |
105106
| 8.8.2 | ✓ | ✓ | |
106107
| 8.6.5 | ✓ | ✓ | ✓ |

0 commit comments

Comments
 (0)