Skip to content

Commit 2ed6341

Browse files
Try #1526:
2 parents 1eaa396 + 5aa25ca commit 2ed6341

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

overlays/hackage-quirks.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ in { haskell-nix = prev.haskell-nix // {
2525
];
2626
};
2727

28-
# TODO remove this when `dependent-sum-0.7.1.0` constraint on `some` has been updated.
28+
# TODO remove `dependent-sum` constraint when `dependent-sum-0.7.1.0` constraint on `some` has been updated in hackage.
2929
# See https://github.com/haskell/haskell-language-server/issues/2969
3030
# and https://github.com/obsidiansystems/dependent-sum/issues/71
31+
# TODO remove `algebraic-graphs` constraint when it is added to `hiedb` in hackage.
32+
# See https://github.com/wz1000/HieDb/issues/42
3133
haskell-language-server = {
3234
cabalProject = ''
3335
packages: .
34-
constraints: dependent-sum >=0.7.1.0
36+
constraints: dependent-sum >=0.7.1.0, algebraic-graphs <0.7
3537
'';
3638
};
3739

0 commit comments

Comments
 (0)