fstar: use OCaml 4.14

This commit is contained in:
Vincent Laporte
2024-01-22 08:36:01 +01:00
committed by Vincent Laporte
parent 92c8ee2bbb
commit c6dc2822d1
+1
View File
@@ -16335,6 +16335,7 @@ with pkgs;
fsharp = callPackage ../development/compilers/fsharp { };
fstar = callPackage ../development/compilers/fstar {
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
z3 = z3_4_8_5;
};