haxe_4_1: init at 4.1.5

This commit is contained in:
sternenseemann 2021-03-30 23:59:25 +02:00 committed by sterni
parent 5252b4bd1b
commit a77870adf6
2 changed files with 7 additions and 1 deletions

View file

@ -13,7 +13,8 @@ let
sha
dune_2
luv
ocaml_extlib
(if lib.versionAtLeast version "4.2"
then ocaml_extlib else ocaml_extlib-1-7-7)
] else with ocaml-ng.ocamlPackages_4_05; [
ocaml
camlp4
@ -125,6 +126,10 @@ in {
sed -i -re 's!(let +prefix_path += +).*( +in)!\1"'"$out/"'"\2!' src/main.ml
'';
};
haxe_4_1 = generic {
version = "4.1.5";
sha256 = "0rns6d28qzkbai6yyws08yzbyvxfn848nj0fsji7chdi0y7pzzj0";
};
haxe_4_2 = generic {
version = "4.2.1";
sha256 = "sha256-0j6M21dh8DB1gC/bPYNJrVuDbJyqQbP+61ItO5RBUcA=";

View file

@ -10604,6 +10604,7 @@ in
inherit (callPackage ../development/compilers/haxe { })
haxe_4_2
haxe_4_1
haxe_3_4
haxe_3_2
;