From 625687814301210abd3f135821db298b7f79b51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Rze=C5=BAnicki?= Date: Sat, 9 Oct 2021 09:27:19 +0200 Subject: [PATCH] Update installation on ArchLinux - new package (#2265) See https://github.com/haskell/haskell-language-server/issues/2264 --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a8e6357f8d5..392b84df387 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -40,7 +40,7 @@ To install, download the `haskell-language-server-wrapper` executable for your p ## Arch Linux -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. +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. This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper` for automatic GHC version selection. It is updated regularly, requires no additional dependencies, and is independent of other haskell packages you may have on your system, including GHC. 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.