Skip to content

Commit fd07667

Browse files
authored
Remove remaining hls hackage workaround (#1070)
This is now fixed in hackage (see haskell/haskell-language-server#1525)
1 parent 6c084e9 commit fd07667

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

overlays/hackage-quirks.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ in { haskell-nix = prev.haskell-nix // {
6868
];
6969
};
7070

71-
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.
74-
cabalProject = ''
75-
packages: .
76-
constraints: haddock-library <1.10
77-
'';
78-
};
79-
8071
# See https://github.com/input-output-hk/haskell.nix/issues/948
8172
postgrest = {
8273
cabalProject = ''

0 commit comments

Comments
 (0)