coqPackages.coq-ext-lib: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 13:50:45 +02:00 committed by Vincent Laporte
parent 27c7366116
commit 3d80ca27c0

View file

@ -5,7 +5,7 @@ with lib; mkCoqDerivation rec {
owner = "coq-ext-lib";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.8" "8.15"; out = "0.11.6"; }
{ case = range "8.8" "8.16"; out = "0.11.6"; }
{ case = range "8.8" "8.14"; out = "0.11.4"; }
{ case = range "8.8" "8.13"; out = "0.11.3"; }
{ case = "8.7"; out = "0.9.7"; }