haxe: use OCaml 4.12 for version 4.2

This commit is contained in:
Vincent Laporte 2021-12-02 13:27:53 +01:00 committed by Vincent Laporte
parent 3436dfc724
commit 5db8d97e62

View file

@ -3,7 +3,7 @@
let let
ocamlDependencies = version: ocamlDependencies = version:
if lib.versionAtLeast version "4.2" if lib.versionAtLeast version "4.2"
then with ocaml-ng.ocamlPackages; [ then with ocaml-ng.ocamlPackages_4_12; [
ocaml ocaml
findlib findlib
sedlex_2 sedlex_2