Skip to content

Commit a599b84

Browse files
authored
Merge branch 'master' into remove-ghc-8.10.5-8.8.3
2 parents a116b5d + bdb946b commit a599b84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/installation.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Installation
22

3+
A typical haskell-language-server installation consists of:
4+
- One binary file for each supported ghc version: `haskell-language-server-${ghcVersion}`
5+
- Another binary named `haskell-language-version-wrapper` which analyzes the project or file in the current working dir
6+
and calls the appropiate `haskell-language-server-${ghcVersion}` variant.
7+
- It accepts all executable arguments from the plain `haskell-language-server`
8+
39
## Prerequisites
410

511
- For standalone `.hs`/`.lhs` files, [ghc](https://www.haskell.org/ghc/) must be installed and on the PATH. The easiest way to install it is with [ghcup](https://www.haskell.org/ghcup/) or [chocolatey](https://community.chocolatey.org/packages/ghc) on Windows.

0 commit comments

Comments
 (0)