update lakefile
This commit is contained in:
@@ -19,8 +19,12 @@
|
||||
"rev": "071464ac36e339afb7a87640aa1f8121f707a59a",
|
||||
"name": "aesop",
|
||||
"inputRev?": "master"}},
|
||||
{"path":
|
||||
{"name": "GameServer", "dir": "./../game/lean4game/server/leanserver"}},
|
||||
{"git":
|
||||
{"url": "https://github.com/leanprover-community/lean4game.git",
|
||||
"subDir?": "server/leanserver",
|
||||
"rev": "9fa94ecc5ca1c398479fb6026b03fcac46928bd7",
|
||||
"name": "GameServer",
|
||||
"inputRev?": "main"}},
|
||||
{"git":
|
||||
{"url": "https://github.com/leanprover/std4",
|
||||
"subDir?": null,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import Lake
|
||||
open Lake DSL
|
||||
|
||||
require GameServer from ".."/"game"/"lean4game"/"server"/"leanserver"
|
||||
require GameServer from git
|
||||
"https://github.com/leanprover-community/lean4game.git"@"main"/"server"/"leanserver"
|
||||
|
||||
require mathlib from git
|
||||
"https://github.com/leanprover-community/mathlib4.git" @ "fc4a489c2af75f687338fe85c8901335360f8541"
|
||||
|
||||
Reference in New Issue
Block a user