Skip to content

Commit

Permalink
fix: bad lakefile from #6202 (#8914)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais committed Dec 9, 2023
1 parent cf68d15 commit b46b244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{"version": 7,
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/fgdorais/std4",
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "89eab993f49a933f981ce078a17118c1f94a3247",
"rev": "dbb4045860667f0d09669dbfb524b6e7b0ca3aca",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "nat-add",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/quote4",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package mathlib where
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

require std from git "https://github.com/fgdorais/std4" @ "nat-add"
require std from git "https://github.com/leanprover/std4" @ "main"
require Qq from git "https://github.com/leanprover-community/quote4" @ "master"
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.23"
Expand Down

0 comments on commit b46b244

Please sign in to comment.