ocamlPackages.merlin: 4.13 → 4.14
This phases out versions 4.12, 4.13 and 4.13.1. Version 4.14 supporting a wider range of OCaml versions.
This commit is contained in:
parent
18adbe41dc
commit
fb561a248d
1 changed files with 8 additions and 9 deletions
|
@ -21,20 +21,19 @@ let
|
|||
"4.12.1" = "4.7-412";
|
||||
"4.13.0" = "4.7-413";
|
||||
"4.13.1" = "4.7-413";
|
||||
"4.14.0" = "4.13-414";
|
||||
"4.14.1" = "4.13-414";
|
||||
"5.0.0" = "4.12-500";
|
||||
"5.1.0" = "4.13-501";
|
||||
"5.1.1" = "4.13.1-501";
|
||||
"4.14.0" = "4.14-414";
|
||||
"4.14.1" = "4.14-414";
|
||||
"5.0.0" = "4.14-500";
|
||||
"5.1.0" = "4.14-501";
|
||||
"5.1.1" = "4.14-501";
|
||||
};
|
||||
|
||||
hashes = {
|
||||
"4.7-412" = "sha256-0U3Ia7EblKULNy8AuXFVKACZvGN0arYJv7BWiBRgT0Y=";
|
||||
"4.7-413" = "sha256-aVmGWS4bJBLuwsxDKsng/n0A6qlyJ/pnDTcYab/5gyU=";
|
||||
"4.12-500" = "sha256-j49R7KVzNKlXDL7WibTHxPG4VSOVv0uaz5/yMZZjkH8=";
|
||||
"4.13-414" = "sha256-AlzxqTuh5AkW9dnPIv51abv7r0A/VOS3JOT5IHix2wM=";
|
||||
"4.13-501" = "sha256-G/VrI+qBVj2wxuB2qE9P1M73IvDmqmTrBFAA6mp+NRE=";
|
||||
"4.13.1-501" = "sha256-NVfgX3DFsQghApEgWilCgr5O2WSkwKtenZZFSJ1wwa0=";
|
||||
"4.14-414" = "sha256-eQGMyqN8FQHdXE1c94vDQg1kGx6CRDZimBxUctlzmT0=";
|
||||
"4.14-500" = "sha256-7CPzJPh1UgzYiX8wPMbU5ZXz1wAJFNQQcp8WuGrR1w4=";
|
||||
"4.14-501" = "sha256-t+npbpJAWMLOQpZCeIqi45ByDUQeIkU4vPSUplIDopI=";
|
||||
};
|
||||
|
||||
version = lib.getAttr ocaml.version merlinVersions;
|
||||
|
|
Loading…
Reference in a new issue