Skip to content

Commit

Permalink
Work around for hiedb build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 21, 2022
1 parent 1eaa396 commit 5aa25ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions overlays/hackage-quirks.nix
Expand Up @@ -25,13 +25,15 @@ in { haskell-nix = prev.haskell-nix // {
];
};

# TODO remove this when `dependent-sum-0.7.1.0` constraint on `some` has been updated.
# TODO remove `dependent-sum` constraint when `dependent-sum-0.7.1.0` constraint on `some` has been updated in hackage.
# See https://github.com/haskell/haskell-language-server/issues/2969
# and https://github.com/obsidiansystems/dependent-sum/issues/71
# TODO remove `algebraic-graphs` constraint when it is added to `hiedb` in hackage.
# See https://github.com/wz1000/HieDb/issues/42
haskell-language-server = {
cabalProject = ''
packages: .
constraints: dependent-sum >=0.7.1.0
constraints: dependent-sum >=0.7.1.0, algebraic-graphs <0.7
'';
};

Expand Down

0 comments on commit 5aa25ca

Please sign in to comment.