haxe: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-21 22:13:27 +00:00
parent 4d26e2a312
commit 7211ee1aeb
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -6716,7 +6716,7 @@ with pkgs;
graphviz = graphviz-nox;
});
inherit (ocamlPackages.haxe) haxe_3_2 haxe_3_4;
inherit (ocaml-ng.ocamlPackages_4_05.haxe) haxe_3_2 haxe_3_4;
haxe = haxe_3_4;
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
inherit (haxePackages) hxcpp;