Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12e5542

Browse filesBrowse files
authored
Haskell Language Server 2.0.0.1 (#1995)
1 parent b0bbddc commit 12e5542
Copy full SHA for 12e5542

File tree

Expand file treeCollapse file tree

3 files changed

+8
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-7
lines changed

‎flake.lock

Copy file name to clipboardExpand all lines: flake.lock
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

Copy file name to clipboardExpand all lines: flake.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix"; flake = false; };
1414
flake-utils = { url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs"; };
1515
"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; };
1717
hydra.url = "hydra";
1818
hackage = {
1919
url = "github:input-output-hk/hackage.nix";

‎test/haskell-language-server/cabal.nix

Copy file name to clipboardExpand all lines: test/haskell-language-server/cabal.nix
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ let
33
project = haskell-nix.cabalProject' {
44
inherit compiler-nix-name evalPackages;
55
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";
78
};
89
in recurseIntoAttrs {
910
ifdInputs = {
@@ -12,5 +13,5 @@ in recurseIntoAttrs {
1213
build = project.getComponent "haskell-language-server:exe:haskell-language-server";
1314

1415
# 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 [];
1617
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.