Commit db06045c authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

haxe: use OCaml 4.14

parent fc67f455
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

let
  ocamlDependencies = version:
    if lib.versionAtLeast version "4.2"
    then with ocaml-ng.ocamlPackages_4_12; [
    if lib.versionAtLeast version "4.3"
    then with ocaml-ng.ocamlPackages_4_14; [
      ocaml
      findlib
      sedlex