coqPackages.gaia: mark as compatible with Coq 8.14

This commit is contained in:
Théo Zimmermann 2021-10-15 12:05:49 +02:00 committed by Vincent Laporte
parent 6c4e10fdca
commit 4b26811cdd

View File

@ -9,7 +9,7 @@ with lib; mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (range "8.10" "8.13") "1.12.0" ]; out = "1.12"; }
{ cases = [ (range "8.10" "8.14") "1.12.0" ]; out = "1.12"; }
{ cases = [ (range "8.10" "8.12") "1.11.0" ]; out = "1.11"; }
] null;