Remove explicit lake dependency.
parent
7e1eb8fdfb
commit
1e662bd1fe
|
@ -17,14 +17,6 @@
|
||||||
"name": "proofwidgets",
|
"name": "proofwidgets",
|
||||||
"inputRev?": "v0.0.13",
|
"inputRev?": "v0.0.13",
|
||||||
"inherited": true}},
|
"inherited": true}},
|
||||||
{"git":
|
|
||||||
{"url": "https://github.com/leanprover/lake",
|
|
||||||
"subDir?": null,
|
|
||||||
"rev": "a2ced44b7e5e30c2a6b84b420e1bbdd8d6d8e079",
|
|
||||||
"opts": {},
|
|
||||||
"name": "lake",
|
|
||||||
"inputRev?": "master",
|
|
||||||
"inherited": false}},
|
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
|
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
|
@ -44,7 +36,7 @@
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/leanprover-community/mathlib4.git",
|
{"url": "https://github.com/leanprover-community/mathlib4.git",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
"rev": "d04897a61efc29f2393f448154f212472c91b47d",
|
"rev": "43718b8bde561e133edfd4ab8b5def9fb438c18d",
|
||||||
"opts": {},
|
"opts": {},
|
||||||
"name": "mathlib",
|
"name": "mathlib",
|
||||||
"inputRev?": "master",
|
"inputRev?": "master",
|
||||||
|
@ -76,7 +68,7 @@
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/leanprover/std4.git",
|
{"url": "https://github.com/leanprover/std4.git",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
"rev": "14e723aabf3165e2590572bb8fd7bd3243f25542",
|
"rev": "28459f72f3190b0f540b49ab769745819eeb1c5e",
|
||||||
"opts": {},
|
"opts": {},
|
||||||
"name": "std",
|
"name": "std",
|
||||||
"inputRev?": "main",
|
"inputRev?": "main",
|
||||||
|
|
|
@ -17,9 +17,6 @@ require CMark from git
|
||||||
require «lean4-unicode-basic» from git
|
require «lean4-unicode-basic» from git
|
||||||
"https://github.com/fgdorais/lean4-unicode-basic" @
|
"https://github.com/fgdorais/lean4-unicode-basic" @
|
||||||
"main"
|
"main"
|
||||||
require lake from git
|
|
||||||
"https://github.com/leanprover/lake" @
|
|
||||||
"master"
|
|
||||||
require leanInk from git
|
require leanInk from git
|
||||||
"https://github.com/hargonix/LeanInk" @
|
"https://github.com/hargonix/LeanInk" @
|
||||||
"doc-gen"
|
"doc-gen"
|
||||||
|
|
Loading…
Reference in New Issue