We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582fa27 commit f7d1f19Copy full SHA for f7d1f19
lsp-haskell.el
@@ -43,7 +43,10 @@
43
"The path for starting the haskell-ide-engine
44
server. hie-wrapper exists on HIE master from 2018-06-10"
45
:group 'lsp-haskell
46
- :type '(choice string))
+ :type '(choice (const "hie-wrapper")
47
+ (const "haskell-language-server-wrapper")
48
+ (const "ghcide")
49
+ string))
50
51
;;;###autoload
52
(defcustom lsp-haskell-process-args-hie
0 commit comments