Update dependencies.
parent
c29c914910
commit
cfa8d0e042
|
@ -13,19 +13,19 @@
|
||||||
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
|
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"subDir": null,
|
"subDir": null,
|
||||||
"rev": "280d75fdfe7be8eb337be7f1bf8479b4aac09f71",
|
"rev": "dc62b29a26fcc3da545472ab8ad2c98ef3433634",
|
||||||
"name": "UnicodeBasic",
|
"name": "UnicodeBasic",
|
||||||
"manifestFile": "lake-manifest.json",
|
"manifestFile": "lake-manifest.json",
|
||||||
"inputRev": "main",
|
"inputRev": "main",
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"configFile": "lakefile.lean"},
|
"configFile": "lakefile.lean"},
|
||||||
{"url": "https://github.com/mhuisi/lean4-cli",
|
{"url": "https://github.com/leanprover/lean4-cli",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"subDir": null,
|
"subDir": null,
|
||||||
"rev": "39229f3630d734af7d9cfb5937ddc6b41d3aa6aa",
|
"rev": "a751d21d4b68c999accb6fc5d960538af26ad5ec",
|
||||||
"name": "Cli",
|
"name": "Cli",
|
||||||
"manifestFile": "lake-manifest.json",
|
"manifestFile": "lake-manifest.json",
|
||||||
"inputRev": "nightly",
|
"inputRev": "main",
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"configFile": "lakefile.lean"},
|
"configFile": "lakefile.lean"},
|
||||||
{"url": "https://github.com/hargonix/LeanInk",
|
{"url": "https://github.com/hargonix/LeanInk",
|
||||||
|
|
|
@ -12,16 +12,20 @@ lean_exe «doc-gen4» {
|
||||||
}
|
}
|
||||||
|
|
||||||
require CMark from git
|
require CMark from git
|
||||||
"https://github.com/xubaiw/CMark.lean" @ "main"
|
"https://github.com/xubaiw/CMark.lean" @
|
||||||
|
"main"
|
||||||
|
|
||||||
require «UnicodeBasic» from git
|
require UnicodeBasic from git
|
||||||
"https://github.com/fgdorais/lean4-unicode-basic" @ "main"
|
"https://github.com/fgdorais/lean4-unicode-basic" @
|
||||||
|
"main"
|
||||||
|
|
||||||
require Cli from git
|
require Cli from git
|
||||||
"https://github.com/mhuisi/lean4-cli" @ "nightly"
|
"https://github.com/leanprover/lean4-cli" @
|
||||||
|
"main"
|
||||||
|
|
||||||
require leanInk from git
|
require leanInk from git
|
||||||
"https://github.com/hargonix/LeanInk" @ "doc-gen"
|
"https://github.com/hargonix/LeanInk" @
|
||||||
|
"doc-gen"
|
||||||
|
|
||||||
|
|
||||||
/--
|
/--
|
||||||
|
|
Loading…
Reference in New Issue