Skip to content

Commit

Permalink
restoring enable-executable-dynamic to help with VisualStudio loading…
Browse files Browse the repository at this point in the history
… of hls.
  • Loading branch information
Montmorency committed Dec 18, 2024
1 parent 722ab48 commit 762814a
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 @@ -57,5 +57,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 762814a

Please sign in to comment.