mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
ocamlPackages.ppx_ast: 0.9.0 -> 0.9.{1,2}
This commit is contained in:
parent
701316450c
commit
28cd0f240a
|
@ -27,12 +27,19 @@ rec {
|
|||
meta.description = "OCaml compiler libraries repackaged";
|
||||
};
|
||||
|
||||
ppx_ast = janePackage {
|
||||
ppx_ast = janePackage ({
|
||||
name = "ppx_ast";
|
||||
hash = "0p9v4q3cjz8wwdrh6bjidani2npzvhdy8isnqwigqkl6n326dba9";
|
||||
propagatedBuildInputs = [ ocaml-compiler-libs ocaml-migrate-parsetree ];
|
||||
meta.description = "OCaml AST used by Jane Street ppx rewriters";
|
||||
};
|
||||
} // (if lib.versionAtLeast ocaml.version "4.06"
|
||||
then {
|
||||
version = "0.9.2";
|
||||
hash = "1h4qf26rg23z21rrw83fakiavw9km7174p3830pg0gg4bwakvba0";
|
||||
} else {
|
||||
version = "0.9.1";
|
||||
hash = "0a9rxwavy2748k0yd4db3hg1ypq7mpqnwq9si5a5qdiclgkhcggw";
|
||||
}
|
||||
));
|
||||
|
||||
ppx_traverse_builtins = janePackage {
|
||||
name = "ppx_traverse_builtins";
|
||||
|
|
Loading…
Reference in a new issue