summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-25 15:38:34 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-11-28 09:54:47 +0100
commit56b9f8c4b38af141617c79481bddca54df042124 (patch)
treeb6cb9e5d5c45461f900c1a9ca74db8e930ea704e
parent8256fc2da56b573411144030c48812c12798676b (diff)
ocamlPackages.lwt: use ocaml-migrate-parsetree 2.1.0
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index a72b52180705..f35577c2b6f0 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -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;