nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

compcert: enable for Coq 9.0.1

+13
+13
pkgs/development/coq-modules/compcert/default.nix
··· 303 303 }) 304 304 ]; 305 305 } 306 + { 307 + cases = [ 308 + (isEq "9.0") 309 + (isEq "3.16") 310 + ]; 311 + out = [ 312 + # Support for Coq 9.0.1 313 + (fetchpatch { 314 + url = "https://github.com/AbsInt/CompCert/commit/a962ef9da0fb4ef2a4314ccedd111eb248e42cf2.patch"; 315 + hash = "sha256-ipYqcfcgz3cKyI1NGSgfOgiVdV1WUwlv6DVB1S1hJvw="; 316 + }) 317 + ]; 318 + } 306 319 ] 307 320 [ ]; 308 321 });