ocamlPackages.lwt: use ocaml-migrate-parsetree 2.1.0
This commit is contained in:
parent
8256fc2da5
commit
56b9f8c4b3
|
@ -493,7 +493,9 @@ let
|
||||||
|
|
||||||
lua-ml = callPackage ../development/ocaml-modules/lua-ml { };
|
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;
|
ocaml_lwt = lwt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue