mathcomp-abel compiles with Coq 8.15

This commit is contained in:
Pierre Roux 2022-01-27 17:19:24 +01:00 committed by Vincent Laporte
parent dffe2434ae
commit 7846d0278e

View file

@ -8,7 +8,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with lib; with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (range "8.10" "8.14") (isGe "1.12.0") ]; out = "1.2.0"; }
{ cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.2.0"; }
{ cases = [ (range "8.10" "8.14") (range "1.11.0" "1.12.0") ]; out = "1.1.2"; }
] null;