File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 82
82
fi
83
83
done
84
84
[ -f ./Setup ] || (echo Failed to build Setup && exit 1)
85
- runHook preBuild
85
+ runHook postBuild
86
86
'' ;
87
87
88
88
installPhase = ''
Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ 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.
29
+ # See https://github.com/haskell/haskell-language-server/issues/2969
30
+ # and https://github.com/obsidiansystems/dependent-sum/issues/71
31
+ haskell-language-server = {
32
+ cabalProject = ''
33
+ packages: .
34
+ constraints: dependent-sum >=0.7.1.0
35
+ '' ;
36
+ } ;
37
+
28
38
lsp-test = {
29
39
cabalProject = ''
30
40
packages: .
You can’t perform that action at this time.
0 commit comments