coqPackages.tlc: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 13:31:21 +02:00 committed by Vincent Laporte
parent b8e366f1a4
commit a8392b2ee4

View file

@ -6,7 +6,7 @@ with lib; (mkCoqDerivation {
inherit version;
displayVersion = { tlc = false; };
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.13" "8.15"; out = "20211215"; }
{ case = range "8.13" "8.16"; out = "20211215"; }
{ case = range "8.12" "8.13"; out = "20210316"; }
{ case = range "8.10" "8.12"; out = "20200328"; }
{ case = range "8.6" "8.12"; out = "20181116"; }