Loading pkgs/development/coq-modules/compcert/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,19 @@ let }) ]; } { cases = [ (isEq "9.0") (isEq "3.16") ]; out = [ # Support for Coq 9.0.1 (fetchpatch { url = "https://github.com/AbsInt/CompCert/commit/a962ef9da0fb4ef2a4314ccedd111eb248e42cf2.patch"; hash = "sha256-ipYqcfcgz3cKyI1NGSgfOgiVdV1WUwlv6DVB1S1hJvw="; }) ]; } ] [ ]; }); Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4598,7 +4598,7 @@ with pkgs; ocamlPackages = ocaml-ng.ocamlPackages_4_14; }; inherit (coqPackages_8_20) compcert; inherit (coqPackages_9_0) compcert; computecpp = wrapCCWith rec { cc = computecpp-unwrapped; Loading Loading
pkgs/development/coq-modules/compcert/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -303,6 +303,19 @@ let }) ]; } { cases = [ (isEq "9.0") (isEq "3.16") ]; out = [ # Support for Coq 9.0.1 (fetchpatch { url = "https://github.com/AbsInt/CompCert/commit/a962ef9da0fb4ef2a4314ccedd111eb248e42cf2.patch"; hash = "sha256-ipYqcfcgz3cKyI1NGSgfOgiVdV1WUwlv6DVB1S1hJvw="; }) ]; } ] [ ]; }); Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4598,7 +4598,7 @@ with pkgs; ocamlPackages = ocaml-ng.ocamlPackages_4_14; }; inherit (coqPackages_8_20) compcert; inherit (coqPackages_9_0) compcert; computecpp = wrapCCWith rec { cc = computecpp-unwrapped; Loading