ocamlPackages.ocaml-monadic: use ocaml-migrate-parsetree 2.1.0

This commit is contained in:
sternenseemann 2020-11-25 15:38:45 +01:00 committed by Vincent Laporte
parent 56b9f8c4b3
commit 50898b3b07

View File

@ -672,7 +672,9 @@ let
ocamlmod = callPackage ../development/tools/ocaml/ocamlmod { };
ocaml-monadic = callPackage ../development/ocaml-modules/ocaml-monadic { };
ocaml-monadic = callPackage ../development/ocaml-modules/ocaml-monadic {
ocaml-migrate-parsetree = ocaml-migrate-parsetree-2-1;
};
ocaml_mysql = callPackage ../development/ocaml-modules/mysql { };