Skip to content

Commit

Permalink
haxe: use OCaml 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 22, 2024
1 parent fc67f45 commit db06045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/haxe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db06045

Please sign in to comment.