Skip to content

Commit 51d13f2

Browse files
author
kokobd
committed
upgrade lsp in nix
1 parent cf134bd commit 51d13f2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

flake.lock

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

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
# List of hackage dependencies
2323
lsp = {
24-
url = "https://hackage.haskell.org/package/lsp-1.4.0.0/lsp-1.4.0.0.tar.gz";
24+
url = "https://hackage.haskell.org/package/lsp-1.5.0.0/lsp-1.5.0.0.tar.gz";
2525
flake = false;
2626
};
2727
lsp-types = {
28-
url = "https://hackage.haskell.org/package/lsp-types-1.4.0.1/lsp-types-1.4.0.1.tar.gz";
28+
url = "https://hackage.haskell.org/package/lsp-types-1.5.0.0/lsp-types-1.5.0.0.tar.gz";
2929
flake = false;
3030
};
3131
lsp-test = {
32-
url = "https://hackage.haskell.org/package/lsp-test-0.14.0.2/lsp-test-0.14.0.2.tar.gz";
32+
url = "https://hackage.haskell.org/package/lsp-test-0.14.0.3/lsp-test-0.14.0.3.tar.gz";
3333
flake = false;
3434
};
3535
ghc-exactprint-150 = {

0 commit comments

Comments
 (0)