haxe: use OCaml 4.14

This commit is contained in:
Vincent Laporte 2024-04-15 14:02:27 +02:00 committed by Vincent Laporte
parent fc67f455c7
commit db06045c71
1 changed files with 2 additions and 2 deletions

View File

@ -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