Skip to content

Commit 600c1c7

Browse files
committed
Bump lsp versions in flake
1 parent 5b8c7a9 commit 600c1c7

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Diff for: flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: flake.nix

+6-7
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
# not sure if this is the correct way to get lsp* packages in
5353
lsp = {
54-
url = "https://hackage.haskell.org/package/lsp-2.1.0.0/lsp-2.1.0.0.tar.gz";
54+
url = "https://hackage.haskell.org/package/lsp-2.2.0.0/lsp-2.2.0.0.tar.gz";
5555
flake = false;
5656
};
5757
lsp-types = {
58-
url = "https://hackage.haskell.org/package/lsp-types-2.0.1.0/lsp-types-2.0.1.0.tar.gz";
58+
url = "https://hackage.haskell.org/package/lsp-types-2.0.2.0/lsp-types-2.0.2.0.tar.gz";
5959
flake = false;
6060
};
6161
lsp-test = {
62-
url = "https://hackage.haskell.org/package/lsp-test-0.15.0.1/lsp-test-0.15.0.1.tar.gz";
62+
url = "https://hackage.haskell.org/package/lsp-test-0.16.0.0/lsp-test-0.16.0.0.tar.gz";
6363
flake = false;
6464
};
6565

@@ -244,8 +244,7 @@
244244
# Theses programs are tools, used as binary, independently of the
245245
# version of GHC.
246246
# The drawback of this approach is that our shell may pull two GHC
247-
# version in scope (the default one, and the one defined in
248-
# `hpkgs`.)
247+
# version in scope (the default one, an
249248
# The advantage is that we won't have to rebuild theses tools (and
250249
# dependencies) with a recent GHC which may not be supported by
251250
# them.
@@ -376,7 +375,7 @@
376375
haskell-language-server-96 = mkExe ghc96;
377376
};
378377

379-
devShells = simpleDevShells // nixDevShells // envShells // {
378+
devShells2 = simpleDevShells // nixDevShells // envShells // {
380379
default = simpleDevShells.haskell-language-server-dev;
381380
};
382381

@@ -402,7 +401,7 @@
402401

403402
# The attributes for the default shell and package changed in recent versions of Nix,
404403
# these are here for backwards compatibility with the old versions.
405-
devShell = devShells.default;
404+
devShell = devShells2.default;
406405
defaultPackage = packages.default;
407406
});
408407

0 commit comments

Comments
 (0)