Commit 4d4aa14a authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

flow: build with OCaml 4.10

parent 06443268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13645,7 +13645,7 @@ in
  ffuf = callPackage ../tools/security/ffuf { };
  flow = callPackage ../development/tools/analysis/flow {
    ocamlPackages = ocaml-ng.ocamlPackages_4_09;
    ocamlPackages = ocaml-ng.ocamlPackages_4_10;
    inherit (darwin.apple_sdk.frameworks) CoreServices;
  };