Skip to content

Commit fe68b7e

Browse files
authored
Work around hls hackage constraint issue (#1043)
1 parent 05f9968 commit fe68b7e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

overlays/hackage-quirks.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ in { haskell-nix = prev.haskell-nix // {
6666
};
6767

6868
haskell-language-server = {
69-
# Pin for now as current hackage is broken
70-
index-state = "2021-02-08T00:00:00Z";
69+
cabalProject = ''
70+
packages: .
71+
allow-newer: haskell-language-server:ghcide
72+
constraints: ghcide <0.7.4
73+
'';
74+
configureArgs = "--disable-benchmarks --disable-tests";
7175
};
7276

7377
}."${name}" or {};

0 commit comments

Comments
 (0)