You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Installation
2
2
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
+
3
9
## Prerequisites
4
10
5
11
- 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