coqPackages.coqprime: enable for Coq 8.13

This commit is contained in:
Vincent Laporte 2021-05-07 08:38:41 +02:00 committed by Vincent Laporte
parent 49c0141887
commit 67dfd53485

View file

@ -6,7 +6,7 @@ with lib; mkCoqDerivation {
owner = "thery";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = "8.12"; out = "8.12"; }
{ case = range "8.12" "8.13"; out = "8.12"; }
{ case = range "8.10" "8.11"; out = "8.10"; }
{ case = range "8.8" "8.9"; out = "8.8"; }
{ case = "8.7"; out = "8.7.2"; }