ocaml-ng.ocamlPackages_4_14_janeStreet_0_15: remove

This commit is contained in:
Vincent Laporte
2024-07-03 07:12:33 +02:00
parent 1e7a777c99
commit a48f489fe8
-7
View File
@@ -2036,13 +2036,6 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages = ocamlPackages_5_1;
# This is a nasty way to replace toplevel janestreet attributes in the scope,
# so that modules outside of ocamlPackages that depend on JS OCaml libraries
# *and* non-JS OCaml libraries can pull in the same version of JS transitive
# dependencies. Remove this once ligo and stanc can be compiled against
# janestreet 0.16 libraries.
ocamlPackages_4_14_janeStreet_0_15 = ocamlPackages_4_14.overrideScope (self: super: super // super.janeStreet_0_15);
# We still have packages that rely on unsafe-string, which is deprecated in OCaml 4.06.0.
# Below are aliases for porting them to the latest versions of the OCaml 4 series.
ocamlPackages_4_14_unsafe_string = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.14.nix {