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

This commit is contained in:
sternenseemann
2020-11-28 09:54:47 +01:00
committed by Vincent Laporte
parent 56b9f8c4b3
commit 50898b3b07
+3 -1
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 { };