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 065734b commit b762517Copy full SHA for b762517
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: dependent-sum-template >= 0.1.0.0, dependent-sum >= 0.7.1.0
44
source-repository-package
45
type: git
46
location: https://github.com/hsyl20/ghc-api-compat
0 commit comments