Skip to content

Commit c117657

Browse files
authored
Add installation instructions for FreeBSD. (#1729)
1 parent 02d5c66 commit c117657

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ background](https://neilmitchell.blogspot.com/2020/01/one-haskell-ide-to-rule-th
2828
- [Visual Studio Code](#visual-studio-code)
2929
- [Pre-built binaries](#pre-built-binaries)
3030
- [Arch Linux](#arch-linux)
31+
- [FreeBSD](#freebsd)
3132
- [Installation from source](#installation-from-source)
3233
- [Common pre-requirements](#common-pre-requirements)
3334
- [Linux-specific pre-requirements](#linux-specific-pre-requirements)
@@ -155,6 +156,17 @@ sudo pacman -S haskell-language-server
155156
In this case, `haskell-language-server` is compiled against the GHC distributed to Arch Linux, so you will need maintain a system wide Haskell development environment, and install GHC from `pacman` as well.
156157
See [ArchWiki](https://wiki.archlinux.org/index.php/Haskell) for the details of Haskell infrastructure on Arch Linux.
157158
159+
### FreeBSD
160+
161+
HLS is available for installation from official binary packages. Use
162+
163+
```
164+
pkg install hs-haskell-language-server
165+
```
166+
167+
to install it. At the moment, HLS installed this way only supports the same GHC
168+
version as the ports one.
169+
158170
### Installation from source
159171
160172
#### Common pre-requirements

0 commit comments

Comments
 (0)