From 961a96efbbebab4252994bf6fa17d0735c3bca62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Rze=C5=BAnicki?= Date: Tue, 30 Mar 2021 23:32:12 +0200 Subject: [PATCH 1/3] Add haskell-language-server-bin to Arch Linux section See #1634 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24ba58d154..747042ef74 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ 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. This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper` for dynamic 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. + If you are using Arch Linux with **dynamically linked** Haskell packages from `pacman`, you can install the latest pre-compiled version of `haskell-language-server` from [[community]](https://archlinux.org/packages/community/x86_64/haskell-language-server/): From 7d7d83eb517d7d7e60614e70bc1bb1257cfaac03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Rze=C5=BAnicki?= Date: Wed, 31 Mar 2021 02:14:09 +0200 Subject: [PATCH 2/3] fixup! Add haskell-language-server-bin to Arch Linux section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 747042ef74..5b8fa34217 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ To install, download the `haskell-language-server-wrapper` executable for your p 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. This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper` for dynamic 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. -If you are using Arch Linux with **dynamically linked** Haskell packages from `pacman`, +Alternatively, if you want to use **dynamically linked** Haskell packages from `pacman`, you can install the latest pre-compiled version of `haskell-language-server` from [[community]](https://archlinux.org/packages/community/x86_64/haskell-language-server/): ``` From 203da2946c7f230b6ad9b4624f800c31feea51f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Rze=C5=BAnicki?= Date: Mon, 5 Apr 2021 15:21:43 +0200 Subject: [PATCH 3/3] fixup! fixup! Add haskell-language-server-bin to Arch Linux section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8fa34217..6675f97c54 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,10 @@ 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. This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper` for dynamic 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. +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. +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. Alternatively, if you want to use **dynamically linked** Haskell packages from `pacman`, you can install the latest pre-compiled version of `haskell-language-server` from [[community]](https://archlinux.org/packages/community/x86_64/haskell-language-server/):