Remove explicit lake dependency.

finite-set-exercises
Joshua Potter 2023-09-09 05:14:06 -06:00
parent 7e1eb8fdfb
commit 1e662bd1fe
2 changed files with 2 additions and 13 deletions

View File

@ -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",

View File

@ -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"