Skip to content

Commit aa3af3a

Browse files
committed
Pin index-state used for hls until latest hackage works
1 parent 31e732f commit aa3af3a

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)