Skip to content

Commit 1498e70

Browse files
authored
Pin index-state used for hls until latest hackage works (#1035)
1 parent 31e732f commit 1498e70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

overlays/hackage-quirks.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ in { haskell-nix = prev.haskell-nix // {
6565
];
6666
};
6767

68+
haskell-language-server = {
69+
# Pin for now as current hackage is broken
70+
index-state = "2021-02-08T00:00:00Z";
71+
};
72+
6873
}."${name}" or {};
6974

7075
}; }

0 commit comments

Comments
 (0)