ocamlPackages.lwt: 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 8256fc2da5
commit 56b9f8c4b3
+3 -1
View File
@@ -493,7 +493,9 @@ let
lua-ml = callPackage ../development/ocaml-modules/lua-ml { };
lwt = callPackage ../development/ocaml-modules/lwt { };
lwt = callPackage ../development/ocaml-modules/lwt {
ocaml-migrate-parsetree = ocaml-migrate-parsetree-2-1;
};
ocaml_lwt = lwt;