coqPackages.mathcomp-word: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:23 +02:00
parent 4bdd2be574
commit 2611f23722
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -15,7 +15,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (range "8.12" "8.15") (isGe "1.12") ]; out = "1.1"; }
{ cases = [ (range "8.12" "8.16") (isGe "1.12") ]; out = "1.1"; }
] null;
propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];