ocamlPackages.ppx_deriving: 4.5 → 5.1

ocamlPackages.ppx_deriving_yojson: 3.5.2 → 3.6.1

ocamlPackages.visitors: 20200210 → 20210127

ocamlPackages.pgocaml: disable for OCaml < 4.08

ocamlPackages.nocrypto: disable for OCaml < 4.08

ocamlPackages.lens: mark as broken

ocamlPackages.ppx_deriving_protobuf: mark as broken

Closes #108137
This commit is contained in:
Vincent Laporte
2021-01-31 14:15:46 +01:00
parent cb06a8a558
commit 8f1302995e
12 changed files with 54 additions and 34 deletions
@@ -24,5 +24,6 @@ buildDunePackage rec {
maintainers = with maintainers; [
kazcw
];
broken = true; # Not compatible with ppx_deriving ≥ 5.0
};
}