lol

coqPackages.coqprime: enable for Coq 8.13

authored by

Vincent Laporte and committed by
Vincent Laporte
67dfd534 49c01418

+1 -1
+1 -1
pkgs/development/coq-modules/coqprime/default.nix
··· 6 6 owner = "thery"; 7 7 inherit version; 8 8 defaultVersion = with versions; switch coq.coq-version [ 9 - { case = "8.12"; out = "8.12"; } 9 + { case = range "8.12" "8.13"; out = "8.12"; } 10 10 { case = range "8.10" "8.11"; out = "8.10"; } 11 11 { case = range "8.8" "8.9"; out = "8.8"; } 12 12 { case = "8.7"; out = "8.7.2"; }