File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ in { haskell-nix = prev.haskell-nix // {
25
25
] ;
26
26
} ;
27
27
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 .
29
29
# See https://github.com/haskell/haskell-language-server/issues/2969
30
30
# 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
31
33
haskell-language-server = {
32
34
cabalProject = ''
33
35
packages: .
34
- constraints: dependent-sum >=0.7.1.0
36
+ constraints: dependent-sum >=0.7.1.0, algebraic-graphs <0.7
35
37
'' ;
36
38
} ;
37
39
You can’t perform that action at this time.
0 commit comments