Skip to content

Commit 461e220

Browse files
committed
Remove workarounds for HLS hackage issues
These constraints have all been added to HLS 0.9.0.0 hackage and having them here also breaks HLS 1.0.0.0
1 parent 3f9e7d7 commit 461e220

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

overlays/hackage-quirks.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ in { haskell-nix = prev.haskell-nix // {
6969
};
7070

7171
haskell-language-server = {
72+
# This is still needed for HLS 0.9.0.0 because ghcide 0.7.3 has no upper
73+
# bound for haddock-library.
7274
cabalProject = ''
7375
packages: .
74-
allow-newer: haskell-language-server:ghcide
75-
constraints: ghcide <0.7.4, hls-plugin-api <0.7.1.0, hls-retrie-plugin <0.1.1.1, haddock-library <1.10
76+
constraints: haddock-library <1.10
7677
'';
7778
};
7879

0 commit comments

Comments
 (0)