Skip to content

Commit

Permalink
add mathlib again
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Jul 7, 2023
1 parent b5ce7fe commit 4687e0b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
35 changes: 32 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
{"version": 4,
"packagesDir": "lake-packages",
"packages":
[{"path": {"name": "GameServer", "dir": "./../lean4game/server"}},
[{"git":
{"url": "https://github.com/EdAyers/ProofWidgets4",
"subDir?": null,
"rev": "c43db94a8f495dad37829e9d7ad65483d68c86b8",
"name": "proofwidgets",
"inputRev?": "v0.0.11"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4",
"subDir?": null,
"rev": "88e129706828e01b7622d6635af1ca6667e25bac",
"name": "mathlib",
"inputRev?": "88e129706828e01b7622d6635af1ca6667e25bac"}},
{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
"rev": "c71f94e34c1cda52eef5c93dc9da409ab2727420",
"name": "Qq",
"inputRev?": "master"}},
{"git":
{"url": "https://github.com/JLimperg/aesop",
"subDir?": null,
"rev": "ca73109cc40837bc61df8024c9016da4b4f99d4c",
"name": "aesop",
"inputRev?": "master"}},
{"git":
{"url": "https://github.com/leanprover-community/lean4game.git",
"subDir?": "server",
"rev": "58308f9391fbae5a5387c8ae282ebc0a66378a66",
"name": "GameServer",
"inputRev?": "main"}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "44a92d84c31a88b9af9329a441890ad449d8cd5f",
"rev": "e68aa8f5fe47aad78987df45f99094afbcb5e936",
"name": "std",
"inputRev?": "44a92d84c31a88b9af9329a441890ad449d8cd5f"}}]}
"inputRev?": "main"}}]}
4 changes: 2 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ open Lean in
modifyEnv (fun env => Lake.packageDepAttr.ext.addEntry env gameServerName)
: Elab.Command.CommandElabM Unit)

require std from git
"https://github.com/leanprover/std4" @ "44a92d84c31a88b9af9329a441890ad449d8cd5f"
require mathlib from git
"https://github.com/leanprover-community/mathlib4" @ "88e129706828e01b7622d6635af1ca6667e25bac"

package Game where
moreLeanArgs := #["-Dtactic.hygienic=false"]
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2023-03-09
leanprover/lean4:nightly-2023-06-20

0 comments on commit 4687e0b

Please sign in to comment.