From 2611f23722b8d5ddf7014e144cd552e669ee77a8 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 8 Sep 2022 18:06:23 +0200 Subject: [PATCH] coqPackages.mathcomp-word: enable for Coq 8.16 --- pkgs/development/coq-modules/mathcomp-word/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/coq-modules/mathcomp-word/default.nix b/pkgs/development/coq-modules/mathcomp-word/default.nix index 463c5e5f5e9d..f39fbe0ac6a6 100644 --- a/pkgs/development/coq-modules/mathcomp-word/default.nix +++ b/pkgs/development/coq-modules/mathcomp-word/default.nix @@ -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 ];