File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
test/haskell-language-server Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 13
13
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
14
14
flake-utils = { url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs" ; } ;
15
15
"hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
16
- "hls-2.0" = { url = "github:haskell/haskell-language-server/2.0.0.0 " ; flake = false ; } ;
16
+ "hls-2.0" = { url = "github:haskell/haskell-language-server/2.0.0.1 " ; flake = false ; } ;
17
17
hydra . url = "hydra" ;
18
18
hackage = {
19
19
url = "github:input-output-hk/hackage.nix" ;
Original file line number Diff line number Diff line change 3
3
project = haskell-nix . cabalProject' {
4
4
inherit compiler-nix-name evalPackages ;
5
5
name = "haskell-language-server" ;
6
- src = haskell-nix . sources . "hls-1.10" ;
6
+ src = haskell-nix . sources . "hls-2.0" ;
7
+ configureArgs = "--disable-benchmarks --disable-tests" ;
7
8
} ;
8
9
in recurseIntoAttrs {
9
10
ifdInputs = {
@@ -12,5 +13,5 @@ in recurseIntoAttrs {
12
13
build = project . getComponent "haskell-language-server:exe:haskell-language-server" ;
13
14
14
15
# hls does not need to be cross compiled.
15
- meta . disabled = stdenv . hostPlatform != stdenv . buildPlatform || __elem compiler-nix-name [ "ghc961" "ghc962" ] ;
16
+ meta . disabled = stdenv . hostPlatform != stdenv . buildPlatform || __elem compiler-nix-name [ ] ;
16
17
}
You can’t perform that action at this time.
0 commit comments