fix: unicode dependency
parent
0c415232cd
commit
5ab7d0bdd8
|
@ -1,7 +1,7 @@
|
||||||
import CMark
|
import CMark
|
||||||
import DocGen4.Output.Template
|
import DocGen4.Output.Template
|
||||||
import Lean.Data.Parsec
|
import Lean.Data.Parsec
|
||||||
import UnicodeData
|
import UnicodeBasic
|
||||||
|
|
||||||
open Lean Xml Parser Parsec DocGen4.Process
|
open Lean Xml Parser Parsec DocGen4.Process
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
"name": "leanInk",
|
"name": "leanInk",
|
||||||
"inputRev?": "doc-gen"}},
|
"inputRev?": "doc-gen"}},
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/fgdorais/UnicodeData",
|
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
"rev": "fb9efcfc2b832c2aff45a220779f35b79f62da11",
|
"rev": "4653d015b3ebd3d7980886a4daa75722d1d4e518",
|
||||||
"name": "UnicodeData",
|
"name": "UnicodeBasic",
|
||||||
"inputRev?": "main"}}]}
|
"inputRev?": "main"}}]}
|
||||||
|
|
|
@ -14,8 +14,8 @@ 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 UnicodeData from git
|
require UnicodeBasic from git
|
||||||
"https://github.com/fgdorais/UnicodeData" @ "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/mhuisi/lean4-cli" @ "nightly"
|
||||||
|
|
Loading…
Reference in New Issue