Closed
Description
The current version fails to build with error:
src/Ide/Plugin/GhcIde.hs:42:7: error:
Variable not in scope:
executeAddSignatureCommand
:: Language.Haskell.LSP.Core.LspFuncs Ide.Plugin.Config.Config
-> IdeState
-> ExecuteCommandParams
-> IO
(Either ResponseError Value,
Maybe (ServerMethod, ApplyWorkspaceEditParams))
|
42 | = executeAddSignatureCommand lf ide (ExecuteCommandParams "typesignature.add" (Just (List [toJSON params])) Nothing)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Updating this is the only straightforward way to build haskell-language-server
in Nixpkgs.