Skip to content

Commit 485a2b2

Browse files
Bump lsp versions in flake (#3790)
1 parent 5b8c7a9 commit 485a2b2

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
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

+4-5
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.

0 commit comments

Comments
 (0)