coq_8_6: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-21 21:33:13 +00:00
parent 271af919e3
commit 9edd1875bc
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -70,6 +70,7 @@ in rec {
version = "8.5pl3";
};
coq_8_6 = callPackage ../applications/science/logic/coq {
ocamlPackages = ocamlPackages_4_05;
version = "8.6.1";
};
coq_8_7 = callPackage ../applications/science/logic/coq {