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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To install, download the `haskell-language-server-wrapper` executable for your p
40
40
41
41
## Arch Linux
42
42
43
-
The preferred method of installation for development purposes is to use the [haskell-language-server-bin](https://aur.archlinux.org/packages/haskell-language-server-bin) package from AUR.
43
+
The preferred method of installation for development purposes is to use the [haskell-language-server-static](https://aur.archlinux.org/packages/haskell-language-server-static) package from AUR.
44
44
This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper`for automatic GHC version selection.
45
45
It is updated regularly, requires no additional dependencies, and is independent of other haskell packages you may have on your system, including GHC.
46
46
Its size is relatively large (approx. 900 MB), but if this is a problem for you, during installation you can disable the GHC versions you will not be using by editing the PKGBUILD file.
0 commit comments