Skip to content

Commit 334f185

Browse files
Add haskell-language-server-bin to Arch Linux section (haskell#1642)
* Add haskell-language-server-bin to Arch Linux section See haskell#1634 * fixup! Add haskell-language-server-bin to Arch Linux section * fixup! fixup! Add haskell-language-server-bin to Arch Linux section Co-authored-by: Potato Hatsue <[email protected]>
1 parent 36a65b0 commit 334f185

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ To install, download the `haskell-language-server-wrapper` executable for your p
140140
141141
### Arch Linux
142142
143-
If you are using Arch Linux with **dynamically linked** Haskell packages from `pacman`,
143+
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.
144+
This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper` for automatic GHC version selection.
145+
It is updated regularly, requires no additional dependencies, and is independent of other haskell packages you may have on your system, including GHC.
146+
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.
147+
148+
Alternatively, if you want to use **dynamically linked** Haskell packages from `pacman`,
144149
you can install the latest pre-compiled version of `haskell-language-server` from [[community]](https://archlinux.org/packages/community/x86_64/haskell-language-server/):
145150
146151
```

0 commit comments

Comments
 (0)