Skip to content

Commit

Permalink
Haskell language server flag (#2022)
Browse files Browse the repository at this point in the history
* adding appName to flake options and trying to work around hls issue.

* Revert "adding appName to flake options and trying to work around hls issue."
Undoing push to master.

This reverts commit 4593fc5.

* restoring enable-executable-dynamic to help with VisualStudio loading of hls.
  • Loading branch information
Montmorency authored Jan 4, 2025
1 parent cb275d4 commit e930d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ in ghcCompiler.override {
manualOverrides

(self: super: { websockets = super.websockets_0_13_0_0; })
(self: super: { haskell-language-server = pkgs.haskell.lib.appendConfigureFlag super.haskell-language-server "--enable-executable-dynamic"; })

];
}

0 comments on commit e930d9a

Please sign in to comment.