coqPackages.trakt: enable for Coq 8.16

This commit is contained in:
Vincent Laporte
2022-09-08 18:05:52 +02:00
parent 773feb6880
commit 557f5ee714

View File

@@ -10,7 +10,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch [ coq.version ] [
{ cases = [ (range "8.13" "8.15") ]; out = "1.0"; }
{ cases = [ (range "8.13" "8.16") ]; out = "1.0"; }
] null;
propagatedBuildInputs = [ coq-elpi ];