Skip to content

Commit c21233f

Browse files
proux01vbgl
authored andcommitted
coqPackages.coq-elpi: fix indentation
1 parent ac236e4 commit c21233f

File tree

1 file changed

+20
-100
lines changed

1 file changed

+20
-100
lines changed

pkgs/development/coq-modules/coq-elpi/default.nix

Lines changed: 20 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -10,66 +10,16 @@
1010
let
1111
elpi = coq.ocamlPackages.elpi.override (
1212
lib.switch coq.coq-version [
13-
{
14-
case = "8.11";
15-
out = {
16-
version = "1.11.4";
17-
};
18-
}
19-
{
20-
case = "8.12";
21-
out = {
22-
version = "1.12.0";
23-
};
24-
}
25-
{
26-
case = "8.13";
27-
out = {
28-
version = "1.13.7";
29-
};
30-
}
31-
{
32-
case = "8.14";
33-
out = {
34-
version = "1.13.7";
35-
};
36-
}
37-
{
38-
case = "8.15";
39-
out = {
40-
version = "1.15.0";
41-
};
42-
}
43-
{
44-
case = "8.16";
45-
out = {
46-
version = "1.17.0";
47-
};
48-
}
49-
{
50-
case = "8.17";
51-
out = {
52-
version = "1.17.0";
53-
};
54-
}
55-
{
56-
case = "8.18";
57-
out = {
58-
version = "1.18.1";
59-
};
60-
}
61-
{
62-
case = "8.19";
63-
out = {
64-
version = "1.18.1";
65-
};
66-
}
67-
{
68-
case = "8.20";
69-
out = {
70-
version = "1.19.2";
71-
};
72-
}
13+
{ case = "8.11"; out = { version = "1.11.4"; }; }
14+
{ case = "8.12"; out = { version = "1.12.0"; }; }
15+
{ case = "8.13"; out = { version = "1.13.7"; }; }
16+
{ case = "8.14"; out = { version = "1.13.7"; }; }
17+
{ case = "8.15"; out = { version = "1.15.0"; }; }
18+
{ case = "8.16"; out = { version = "1.17.0"; }; }
19+
{ case = "8.17"; out = { version = "1.17.0"; }; }
20+
{ case = "8.18"; out = { version = "1.18.1"; }; }
21+
{ case = "8.19"; out = { version = "1.18.1"; }; }
22+
{ case = "8.20"; out = { version = "1.19.2"; }; }
7323
] { }
7424
);
7525
in
@@ -79,46 +29,16 @@ in
7929
owner = "LPCIC";
8030
inherit version;
8131
defaultVersion = lib.switch coq.coq-version [
82-
{
83-
case = "8.20";
84-
out = "2.2.0";
85-
}
86-
{
87-
case = "8.19";
88-
out = "2.0.1";
89-
}
90-
{
91-
case = "8.18";
92-
out = "2.0.0";
93-
}
94-
{
95-
case = "8.17";
96-
out = "1.18.0";
97-
}
98-
{
99-
case = "8.16";
100-
out = "1.15.6";
101-
}
102-
{
103-
case = "8.15";
104-
out = "1.14.0";
105-
}
106-
{
107-
case = "8.14";
108-
out = "1.11.2";
109-
}
110-
{
111-
case = "8.13";
112-
out = "1.11.1";
113-
}
114-
{
115-
case = "8.12";
116-
out = "1.8.3_8.12";
117-
}
118-
{
119-
case = "8.11";
120-
out = "1.6.3_8.11";
121-
}
32+
{ case = "8.20"; out = "2.2.0"; }
33+
{ case = "8.19"; out = "2.0.1"; }
34+
{ case = "8.18"; out = "2.0.0"; }
35+
{ case = "8.17"; out = "1.18.0"; }
36+
{ case = "8.16"; out = "1.15.6"; }
37+
{ case = "8.15"; out = "1.14.0"; }
38+
{ case = "8.14"; out = "1.11.2"; }
39+
{ case = "8.13"; out = "1.11.1"; }
40+
{ case = "8.12"; out = "1.8.3_8.12"; }
41+
{ case = "8.11"; out = "1.6.3_8.11"; }
12242
] null;
12343
release."2.2.0".sha256 = "sha256-rADEoqTXM7/TyYkUKsmCFfj6fjpWdnZEOK++5oLfC/I=";
12444
release."2.0.1".sha256 = "sha256-cuoPsEJ+JRLVc9Golt2rJj4P7lKltTrrmQijjoViooc=";

0 commit comments

Comments
 (0)