Skip to content

Commit a5256b1

Browse files
Add groundzero dependency and update lean-toolchain
1 parent e355e8b commit a5256b1

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

lake-manifest.json

+24-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[{"url": "https://github.com/leanprover/std4",
55
"type": "git",
66
"subDir": null,
7-
"rev": "e403f680f0beb8610c29e6f799132e8be880554e",
7+
"rev": "0d0ac1c43e1ec1965e0806af9e7a32999ea31096",
88
"name": "std",
99
"manifestFile": "lake-manifest.json",
1010
"inputRev": "main",
@@ -13,7 +13,7 @@
1313
{"url": "https://github.com/leanprover-community/quote4",
1414
"type": "git",
1515
"subDir": null,
16-
"rev": "d3a1d25f3eba0d93a58d5d3d027ffa78ece07755",
16+
"rev": "1c88406514a636d241903e2e288d21dc6d861e01",
1717
"name": "Qq",
1818
"manifestFile": "lake-manifest.json",
1919
"inputRev": "master",
@@ -22,7 +22,7 @@
2222
{"url": "https://github.com/leanprover-community/aesop",
2323
"type": "git",
2424
"subDir": null,
25-
"rev": "bf5ab42a58e71de7ebad399ce3f90d29aae7fca9",
25+
"rev": "24a4e8fea81999723bfc38bebf7adc86c2f26c6c",
2626
"name": "aesop",
2727
"manifestFile": "lake-manifest.json",
2828
"inputRev": "master",
@@ -31,10 +31,10 @@
3131
{"url": "https://github.com/leanprover-community/ProofWidgets4",
3232
"type": "git",
3333
"subDir": null,
34-
"rev": "909febc72b4f64628f8d35cd0554f8a90b6e0749",
34+
"rev": "8dd18350791c85c0fc9adbd6254c94a81d260d35",
3535
"name": "proofwidgets",
3636
"manifestFile": "lake-manifest.json",
37-
"inputRev": "v0.0.23",
37+
"inputRev": "v0.0.25",
3838
"inherited": true,
3939
"configFile": "lakefile.lean"},
4040
{"url": "https://github.com/leanprover/lean4-cli",
@@ -46,14 +46,32 @@
4646
"inputRev": "main",
4747
"inherited": true,
4848
"configFile": "lakefile.lean"},
49+
{"url": "https://github.com/leanprover-community/import-graph.git",
50+
"type": "git",
51+
"subDir": null,
52+
"rev": "7d051a52c49ac25ee5a04c7a2a70148cc95ddab3",
53+
"name": "importGraph",
54+
"manifestFile": "lake-manifest.json",
55+
"inputRev": "main",
56+
"inherited": true,
57+
"configFile": "lakefile.lean"},
4958
{"url": "https://github.com/leanprover-community/mathlib4",
5059
"type": "git",
5160
"subDir": null,
52-
"rev": "bae5525c1ec8a49558336fee73fcfeb006eaa55e",
61+
"rev": "19b5ded3c60a6da7b357a126fb56b56671d231e3",
5362
"name": "mathlib",
5463
"manifestFile": "lake-manifest.json",
5564
"inputRev": null,
5665
"inherited": false,
66+
"configFile": "lakefile.lean"},
67+
{"url": "https://github.com/forked-from-1kasper/ground_zero",
68+
"type": "git",
69+
"subDir": null,
70+
"rev": "a3122579f48dc7aa9a65be33d218249569980327",
71+
"name": "GroundZero",
72+
"manifestFile": "lake-manifest.json",
73+
"inputRev": "master",
74+
"inherited": false,
5775
"configFile": "lakefile.lean"}],
5876
"name": "katydid",
5977
"lakeDir": ".lake"}

lakefile.lean

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ lean_lib Katydid
99
-- dependencies std4, quote4 are obtained transitively through mathlib4
1010
require mathlib from git
1111
"https://github.com/leanprover-community/mathlib4"
12+
13+
-- Homotopy Type Theory
14+
require GroundZero from git
15+
"https://github.com/forked-from-1kasper/ground_zero" @ "master"

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.3.0-rc2
1+
leanprover/lean4:v4.5.0-rc1

0 commit comments

Comments
 (0)