ocamlformat_0_19_0 - 0_22_4: Require ocamlPackages_4_14

OCamlformat versions below 0.23.0 do not build with the default
'ocamlPackages'.

This can be tested like this:

    set -e
    nix-build . -A ocamlformat_0_25_1
    nix-build . -A ocamlformat_0_24_1
    nix-build . -A ocamlformat_0_23_0
    nix-build . -A ocamlformat_0_22_4
    nix-build . -A ocamlformat_0_21_0
    nix-build . -A ocamlformat_0_20_1
    nix-build . -A ocamlformat_0_20_0
    nix-build . -A ocamlformat_0_19_0
This commit is contained in:
Jules Aguillon 2024-06-22 22:08:44 +02:00 committed by Vincent Laporte
parent d0a310f4ff
commit b4bb2e8dca

View File

@ -16362,11 +16362,14 @@ with pkgs;
ocaml-crunch = ocamlPackages.crunch.bin;
inherit (ocaml-ng.ocamlPackages_4_14)
ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0
ocamlformat_0_22_4;
inherit (ocamlPackages)
ocamlformat # latest version
ocamlformat_0_19_0 ocamlformat_0_20_0 ocamlformat_0_20_1 ocamlformat_0_21_0
ocamlformat_0_22_4 ocamlformat_0_23_0 ocamlformat_0_24_1 ocamlformat_0_25_1
ocamlformat_0_26_0 ocamlformat_0_26_1 ocamlformat_0_26_2;
ocamlformat_0_23_0 ocamlformat_0_24_1 ocamlformat_0_25_1 ocamlformat_0_26_0
ocamlformat_0_26_1 ocamlformat_0_26_2;
inherit (ocamlPackages) odig;