Skip to content

Commit 9ea0e6d

Browse files
authored
Work around hls issue (#1191)
See haskell/lsp#349
1 parent 065734b commit 9ea0e6d

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)