File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,16 @@ built against the official Fedora ghc package.
120120
121121## FreeBSD
122122
123- HLS is available for installation from official binary packages. Use
123+ HLS is available for installation via [ devel/hs-haskell-language-server] ( https://www.freshports.org/devel/hs-haskell-language-server )
124+ port or from official binary packages. Use
124125
125126``` bash
126127pkg install hs-haskell-language-server
127128```
128129
129- to install it. At the moment, HLS installed this way only supports the same GHC
130- version as the ports one.
130+ to install it. HLS installed this way targets the same GHC version that the [ lang/ghc] ( https://www.freshports.org/lang/ghc )
131+ port produces. Use the ` pkg search haskell-language ` command to list HLS packages
132+ for other GHCs.
131133
132134## Gentoo
133135
You can’t perform that action at this time.
0 commit comments