We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d35a74 commit 1a90256Copy full SHA for 1a90256
flake.nix
@@ -21,11 +21,11 @@
21
22
# List of hackage dependencies
23
lsp = {
24
- url = "https://hackage.haskell.org/package/lsp-1.5.0.0/lsp-1.5.0.0.tar.gz";
+ url = "https://hackage.haskell.org/package/lsp-1.6.0.0/lsp-1.6.0.0.tar.gz";
25
flake = false;
26
};
27
lsp-types = {
28
- url = "https://hackage.haskell.org/package/lsp-types-1.5.0.0/lsp-types-1.5.0.0.tar.gz";
+ url = "https://hackage.haskell.org/package/lsp-types-1.6.0.0/lsp-types-1.6.0.0.tar.gz";
29
30
31
lsp-test = {
@@ -85,7 +85,7 @@
85
86
87
hie-bios = {
88
- url = "https://hackage.haskell.org/package/hie-bios-0.9.1/hie-bios-0.9.1.tar.gz";
+ url = "https://hackage.haskell.org/package/hie-bios-0.11.0/hie-bios-0.11.0.tar.gz";
89
90
91
myst-parser = {
0 commit comments