Skip to content

Commit f7d1f19

Browse files
committed
Provide options to select hie, hls or ghcide as the exe
1 parent 582fa27 commit f7d1f19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lsp-haskell.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"The path for starting the haskell-ide-engine
4444
server. hie-wrapper exists on HIE master from 2018-06-10"
4545
:group 'lsp-haskell
46-
:type '(choice string))
46+
:type '(choice (const "hie-wrapper")
47+
(const "haskell-language-server-wrapper")
48+
(const "ghcide")
49+
string))
4750

4851
;;;###autoload
4952
(defcustom lsp-haskell-process-args-hie

0 commit comments

Comments
 (0)