coq, coqPackages: Roll default back to 8.4, until ssreflect is building

This commit is contained in:
John Wiegley 2016-12-22 14:10:21 -08:00
parent 9a167a35ff
commit 3876b4dd94
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -16738,7 +16738,7 @@ in
inherit (ocamlPackages) ocaml findlib lablgtk;
camlp5 = ocamlPackages.camlp5_transitional;
};
coq = coq_8_6;
coq = coq_8_4;
mkCoqPackages_8_4 = self: let callPackage = newScope self; in {
inherit callPackage;
@ -16805,7 +16805,7 @@ in
coqPackages_8_4 = mkCoqPackages_8_4 coqPackages_8_4;
coqPackages_8_5 = mkCoqPackages_8_5 coqPackages_8_5;
coqPackages_8_6 = mkCoqPackages_8_6 coqPackages_8_6;
coqPackages = coqPackages_8_6;
coqPackages = coqPackages_8_4;
cryptoverif = callPackage ../applications/science/logic/cryptoverif { };