Skip to content

Commit

Permalink
Use released version of haskell-language-server (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio authored Feb 3, 2025
2 parents d2f6333 + 000c8db commit 599aa0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
flake = false;
};
aiken.url = "github:aiken-lang/aiken/v1.1.9";
hls = {
url = "github:haskell/haskell-language-server";
flake = false;
};
cardano-node.url = "github:intersectmbo/cardano-node/10.1.2";
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";

Expand Down Expand Up @@ -74,10 +70,7 @@
cabal-install = pkgs.haskell-nix.cabal-install.${compiler};
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" "0.7.4.0";
fourmolu = pkgs.haskell-nix.tool compiler "fourmolu" "0.16.2.0";
haskell-language-server = pkgs.haskell-nix.tool compiler "haskell-language-server" rec {
src = inputs.hls;
cabalProject = builtins.readFile (src + "/cabal.project");
};
haskell-language-server = pkgs.haskell-nix.tool compiler "haskell-language-server" "2.9.0.0";
hlint = pkgs.haskell-nix.tool compiler "hlint" "3.8";
weeder = pkgs.haskell-nix.tool compiler "weeder" "2.9.0";
cardano-cli = inputs.cardano-node.packages.${system}.cardano-cli;
Expand Down

0 comments on commit 599aa0c

Please sign in to comment.