Skip to content

Commit 4281db6

Browse files
bump
1 parent 12a6d53 commit 4281db6

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

lake-manifest.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{"version": "1.1.0",
22
"packagesDir": ".lake/packages",
33
"packages":
4-
[{"url": "https://github.com/leanprover-community/mathlib4.git",
4+
[{"url": "https://github.com/PatrickMassot/checkdecls.git",
5+
"type": "git",
6+
"subDir": null,
7+
"scope": "",
8+
"rev": "3d425859e73fcfbef85b9638c2a91708ef4a22d4",
9+
"name": "checkdecls",
10+
"manifestFile": "lake-manifest.json",
11+
"inputRev": "master",
12+
"inherited": false,
13+
"configFile": "lakefile.lean"},
14+
{"url": "https://github.com/leanprover-community/mathlib4.git",
515
"type": "git",
616
"subDir": null,
717
"scope": "",

lakefile.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ linter.flexible = true
1414
name = "mathlib"
1515
git = "https://github.com/leanprover-community/mathlib4.git"
1616

17-
# Strangely those create problems with the cache
18-
# [[require]]
19-
# name = "checkdecls"
20-
# git = "https://github.com/PatrickMassot/checkdecls.git"
21-
# rev = "master"
17+
[[require]]
18+
name = "checkdecls"
19+
git = "https://github.com/PatrickMassot/checkdecls.git"
20+
rev = "master"
2221

23-
# [[require]]
24-
# name = "«doc-gen4»"
25-
# git = "https://github.com/leanprover/doc-gen4"
26-
# rev = "main"
22+
# This creates problems with the cache
23+
#[[require]]
24+
#name = "«doc-gen4»"
25+
#git = "git@github.com:leanprover/doc-gen4.git"
26+
#rev = "main"
2727

2828
[[lean_lib]]
2929
name = "FltRegular"

0 commit comments

Comments
 (0)