haxe_4_1: init at 4.1.5

authored by sternenseemann and committed by sterni a77870ad 5252b4bd

+7 -1
+6 -1
pkgs/development/compilers/haxe/default.nix
··· 13 sha 14 dune_2 15 luv 16 - ocaml_extlib 17 ] else with ocaml-ng.ocamlPackages_4_05; [ 18 ocaml 19 camlp4 ··· 124 ${defaultPatch} 125 sed -i -re 's!(let +prefix_path += +).*( +in)!\1"'"$out/"'"\2!' src/main.ml 126 ''; 127 }; 128 haxe_4_2 = generic { 129 version = "4.2.1";
··· 13 sha 14 dune_2 15 luv 16 + (if lib.versionAtLeast version "4.2" 17 + then ocaml_extlib else ocaml_extlib-1-7-7) 18 ] else with ocaml-ng.ocamlPackages_4_05; [ 19 ocaml 20 camlp4 ··· 125 ${defaultPatch} 126 sed -i -re 's!(let +prefix_path += +).*( +in)!\1"'"$out/"'"\2!' src/main.ml 127 ''; 128 + }; 129 + haxe_4_1 = generic { 130 + version = "4.1.5"; 131 + sha256 = "0rns6d28qzkbai6yyws08yzbyvxfn848nj0fsji7chdi0y7pzzj0"; 132 }; 133 haxe_4_2 = generic { 134 version = "4.2.1";
+1
pkgs/top-level/all-packages.nix
··· 10604 10605 inherit (callPackage ../development/compilers/haxe { }) 10606 haxe_4_2 10607 haxe_3_4 10608 haxe_3_2 10609 ;
··· 10604 10605 inherit (callPackage ../development/compilers/haxe { }) 10606 haxe_4_2 10607 + haxe_4_1 10608 haxe_3_4 10609 haxe_3_2 10610 ;