Skip to content

Commit 1a90256

Browse files
committed
Fixes the flake deps to align with cabal
1 parent 5d35a74 commit 1a90256

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: flake.nix

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

2222
# List of hackage dependencies
2323
lsp = {
24-
url = "https://hackage.haskell.org/package/lsp-1.5.0.0/lsp-1.5.0.0.tar.gz";
24+
url = "https://hackage.haskell.org/package/lsp-1.6.0.0/lsp-1.6.0.0.tar.gz";
2525
flake = false;
2626
};
2727
lsp-types = {
28-
url = "https://hackage.haskell.org/package/lsp-types-1.5.0.0/lsp-types-1.5.0.0.tar.gz";
28+
url = "https://hackage.haskell.org/package/lsp-types-1.6.0.0/lsp-types-1.6.0.0.tar.gz";
2929
flake = false;
3030
};
3131
lsp-test = {
@@ -85,7 +85,7 @@
8585
flake = false;
8686
};
8787
hie-bios = {
88-
url = "https://hackage.haskell.org/package/hie-bios-0.9.1/hie-bios-0.9.1.tar.gz";
88+
url = "https://hackage.haskell.org/package/hie-bios-0.11.0/hie-bios-0.11.0.tar.gz";
8989
flake = false;
9090
};
9191
myst-parser = {

0 commit comments

Comments
 (0)