mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0fcb43262a
Haskell Language Server is a Language Server Protocol implementation, which can be used to add support for Haskell programming language to any text editor that can talk LSP. hs-hls-install is a helper executable used during build of the main port. The port is not in ideal state ATM, because it only builds HLS against GHC version we have in ports. It will require FLAVORizing (or even subpackaging) to support other versions. Submitted by: Alexis Praga <alexis.praga@free.fr> (initial version)
9 lines
382 B
Plaintext
9 lines
382 B
Plaintext
Haskell language server is an implementation of the LSP protocol for Haskell
|
|
programming language. It features code evaluation codelens, type information
|
|
and documentation on hover, integration with retrie, code lenses for explicit
|
|
import lists.
|
|
|
|
This package contains a helper executable used to compile the server itself.
|
|
|
|
WWW: https://github.com/haskell/haskell-language-server/
|