tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
coqPackages.addition-chains: enable for Coq 8.16
Vincent Laporte
3 years ago
726422b4
18aa936e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
coq-modules
addition-chains
default.nix
+1
-1
pkgs/development/coq-modules/addition-chains/default.nix
···
13
14
inherit version;
15
defaultVersion = with versions; switch coq.coq-version [
16
-
{ case = range "8.13" "8.15"; out = "0.6"; }
17
{ case = range "8.11" "8.12"; out = "0.4"; }
18
] null;
19
···
13
14
inherit version;
15
defaultVersion = with versions; switch coq.coq-version [
16
+
{ case = range "8.13" "8.16"; out = "0.6"; }
17
{ case = range "8.11" "8.12"; out = "0.4"; }
18
] null;
19