ocamlPackages.ppxlib: 0.28.0 → 0.30.0

This commit is contained in:
Vincent Laporte 2023-08-22 06:59:21 +02:00
parent 0f4fcbe60d
commit df2dcf6122
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -3,7 +3,7 @@
if lib.versionAtLeast ocaml.version "4.07"
then if lib.versionAtLeast ocaml.version "4.08"
then if lib.versionAtLeast ocaml.version "4.11"
then "0.28.0" else "0.24.0" else "0.15.0" else "0.13.0"
then "0.30.0" else "0.24.0" else "0.15.0" else "0.13.0"
, ocaml-compiler-libs, ocaml-migrate-parsetree, ppx_derivers, stdio
, stdlib-shims, ocaml-migrate-parsetree-2
}:
@ -60,6 +60,10 @@ let param = {
min_version = "4.07";
max_version = "5.1";
};
"0.30.0" = {
sha256 = "sha256-3UpjvenSm0mBDgTXZTk3yTLxd6lByg4ZgratU6xEIRA=";
min_version = "4.07";
};
}."${version}"; in
if param ? max_version && lib.versionAtLeast ocaml.version param.max_version