-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
CIContinuous integrationContinuous integrationcomponent: hls-plugin-apitype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
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.
Metadata
Metadata
Assignees
Labels
CIContinuous integrationContinuous integrationcomponent: hls-plugin-apitype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..