Skip to content

Commit 402a8c2

Browse files
Try #1191:
2 parents 065734b + efac280 commit 402a8c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlays/hackage-quirks.nix

+4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ in { haskell-nix = prev.haskell-nix // {
3535
};
3636

3737
haskell-language-server = {
38+
# Fixes for:
39+
# * lsp-types https://github.com/haskell/lsp/issues/349
40+
# * ghc-api-compat
3841
cabalProject = ''
3942
packages: .
43+
constraints: lsp-types < 1.3.0.0
4044
source-repository-package
4145
type: git
4246
location: https://github.com/hsyl20/ghc-api-compat

0 commit comments

Comments
 (0)