Skip to content

Commit fce5810

Browse files
hamishmackbooniepepper
authored andcommitted
Work around hls issue (input-output-hk#1191)
See haskell/lsp#349
1 parent f86ac35 commit fce5810

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlays/hackage-quirks.nix

Lines changed: 4 additions & 0 deletions
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)