Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add haskell-language-server 0.9.0 #1024

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion overlays/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ in { haskell-nix = prev.haskell-nix // {
# When adding new versions here, please set "latest" too the latest version
# so that `tools = { haskell-language-server = "latest"; }`
# will work the same way it does for tools that are in hackage.
"latest" = final.haskell-nix.custom-tools.haskell-language-server."0.8.0";
"latest" = final.haskell-nix.custom-tools.haskell-language-server."0.9.0";
} // final.lib.mapAttrs (rev: sha256:
args:
(final.haskell-nix.cabalProject ( args // {
Expand All @@ -163,6 +163,7 @@ in { haskell-nix = prev.haskell-nix // {
sha256map = {
"https://github.com/bubba/brittany.git"."c59655f10d5ad295c2481537fc8abf0a297d9d1c" = "1rkk09f8750qykrmkqfqbh44dbx1p8aq1caznxxlw8zqfvx39cxl";
"https://github.com/bubba/hie-bios.git"."cec139a1c3da1632d9a59271acc70156413017e7" = "1iqk55jga4naghmh8zak9q7ssxawk820vw8932dhympb767dfkha";
"https://github.com/alanz/ghc-exactprint.git"."6748e24da18a6cea985d20cc3e1e7920cb743795" = "18r41290xnlizgdwkvz16s7v8k2znc7h215sb1snw6ga8lbv60rb";
};
# Plan issues with the benchmarks, can try removing later
configureArgs = "--disable-benchmarks";
Expand All @@ -171,6 +172,7 @@ in { haskell-nix = prev.haskell-nix // {
"0.6.0" = "027fq6752024wzzq9izsilm5lkq9gmpxf82rixbimbijw0yk4pwj";
"0.7.1" = "0gkzvjx4dgf53yicinqjshlj80gznx5khb62i7g3kqjr85iy0raa";
"0.8.0" = "0p6fqs07lajbi2g1wf4w3j5lvwknnk58n12vlg48cs4iz25gp588";
"0.9.0" = "18g0d7zac9xwywmp57dcrjnvms70f2mawviswskix78cv0iv4sk5";
};
};
}; }