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)
6 lines
304 B
Text
6 lines
304 B
Text
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.
|
|
|
|
WWW: https://github.com/haskell/haskell-language-server/
|