Skip to content

Commit 5ab22e8

Browse files
authored
Add link to HLS installation webpage (#751)
1 parent f964198 commit 5ab22e8

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,30 @@ As almost all features are provided by the server you might find interesting rea
77

88
## Table of Contents
99

10-
- [Setup](#setup)
11-
- [Features](#features)
12-
- [Requirements](#requirements)
13-
- [Configuration options](#configuration-options)
14-
- [Path to server executable](#path-to-server-executable)
15-
- [Security warning](#security-warning)
16-
- [Set additional environment variables for the server](#set-additional-environment-variables-for-the-server)
17-
- [Downloaded binaries](#downloaded-binaries)
18-
- [Setting a specific toolchain](#setting-a-specific-toolchain)
19-
- [Supported GHC versions](#supported-ghc-versions)
20-
- [Using multi-root workspaces](#using-multi-root-workspaces)
21-
- [Investigating and reporting problems](#investigating-and-reporting-problems)
22-
- [FAQ](#faq)
23-
- [Troubleshooting](#troubleshooting)
24-
- [Check issues and tips in the haskell-language-server project](#check-issues-and-tips-in-the-haskell-language-server-project)
25-
- [Restarting the language server](#restarting-the-language-server)
26-
- [Failed to get project GHC version on darwin M1 with stack](#failed-to-get-project-ghc-version-on-darwin-m1-with-stack)
27-
- [GHC ABIs don't match](#ghc-abis-dont-match)
28-
- [Using an old configuration](#using-an-old-configuration)
29-
- [Stack/Cabal/GHC can not be found](#stackcabalghc-can-not-be-found)
30-
- [Contributing](#contributing)
31-
- [Release Notes](#release-notes)
10+
- [Haskell for Visual Studio Code](#haskell-for-visual-studio-code)
11+
- [Table of Contents](#table-of-contents)
12+
- [Setup](#setup)
13+
- [Features](#features)
14+
- [Requirements](#requirements)
15+
- [Configuration options](#configuration-options)
16+
- [Path to server executable](#path-to-server-executable)
17+
- [Security warning](#security-warning)
18+
- [Set additional environment variables for the server](#set-additional-environment-variables-for-the-server)
19+
- [Downloaded binaries](#downloaded-binaries)
20+
- [Setting a specific toolchain](#setting-a-specific-toolchain)
21+
- [Supported GHC versions](#supported-ghc-versions)
22+
- [Using multi-root workspaces](#using-multi-root-workspaces)
23+
- [Investigating and reporting problems](#investigating-and-reporting-problems)
24+
- [FAQ](#faq)
25+
- [Troubleshooting](#troubleshooting)
26+
- [Check issues and tips in the haskell-language-server project](#check-issues-and-tips-in-the-haskell-language-server-project)
27+
- [Restarting the language server](#restarting-the-language-server)
28+
- [`Failed to get project GHC version` on darwin M1 with stack](#failed-to-get-project-ghc-version-on-darwin-m1-with-stack)
29+
- [`GHC ABIs don't match`](#ghc-abis-dont-match)
30+
- [Using an old configuration](#using-an-old-configuration)
31+
- [Stack/Cabal/GHC can not be found](#stackcabalghc-can-not-be-found)
32+
- [Contributing](#contributing)
33+
- [Release Notes](#release-notes)
3234

3335
## Setup
3436

@@ -205,7 +207,7 @@ At last, if you don't want `ghcup` to manage any of the external tools except `h
205207

206208
### Supported GHC versions
207209

208-
These are the versions of GHC that there are binaries of `haskell-language-server-1.7.0` for. Building from source may support more versions!
210+
These are the versions of GHC that there are binaries of `haskell-language-server-1.7.0` for. [Building from source](https://haskell-language-server.readthedocs.io/en/latest/installation.html) may support more versions!
209211

210212
| GHC | Linux | macOS | Windows |
211213
| --------------------------------------------------------------------------------- | ----- | ----- | ------- |

0 commit comments

Comments
 (0)