ocamlPackages.ppx_tools: enable at 5.3+4.08.0 for OCaml 4.09

This commit is contained in:
Vincent Laporte 2019-10-18 06:20:24 +00:00 committed by Vincent Laporte
parent 0361ae2230
commit 0c2aa9dd33

View file

@ -23,6 +23,9 @@ let param = {
"4.08" = {
version = "5.3+4.08.0";
sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
"4.09" = {
version = "5.3+4.08.0";
sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
}.${ocaml.meta.branch};
in
stdenv.mkDerivation {