haxe: use OCaml 4.05

This commit is contained in:
Vincent Laporte
2018-08-29 12:49:33 +00:00
parent 4d26e2a312
commit 7211ee1aeb
+1 -1
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;