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 f86ac35 commit fce5810Copy full SHA for fce5810
overlays/hackage-quirks.nix
@@ -35,8 +35,12 @@ in { haskell-nix = prev.haskell-nix // {
35
};
36
37
haskell-language-server = {
38
+ # Fixes for:
39
+ # * lsp-types https://github.com/haskell/lsp/issues/349
40
+ # * ghc-api-compat
41
cabalProject = ''
42
packages: .
43
+ constraints: lsp-types < 1.3.0.0
44
source-repository-package
45
type: git
46
location: https://github.com/hsyl20/ghc-api-compat
0 commit comments