Skip to content

Commit

Permalink
chore: Use Lean v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderssorby committed Dec 25, 2023
1 parent 33509a4 commit ff58040
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/build
/lake-packages
/.lake
51 changes: 31 additions & 20 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{"version": 4,
"packagesDir": "lake-packages",
{"version": 7,
"packagesDir": ".lake/packages",
"packages":
[{"git":
{"url": "https://github.com/lurk-lab/YatimaStdLib.lean",
"subDir?": null,
"rev": "974c288349a412aea92bb0780efc81fa5f79e442",
"name": "YatimaStdLib",
"inputRev?": "974c288349a412aea92bb0780efc81fa5f79e442"}},
{"git":
{"url": "https://github.com/lurk-lab/LSpec",
"subDir?": null,
"rev": "88f7d23e56a061d32c7173cea5befa4b2c248b41",
"name": "LSpec",
"inputRev?": "88f7d23e56a061d32c7173cea5befa4b2c248b41"}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "6006307d2ceb8743fea7e00ba0036af8654d0347",
"name": "std",
"inputRev?": "6006307d2ceb8743fea7e00ba0036af8654d0347"}}]}
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "af7f36db6e7e9e395710a70635f915e8e3a0e69b",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.4.0",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/lurk-lab/LSpec",
"type": "git",
"subDir": null,
"rev": "3388be5a1d1390594a74ec469fd54a5d84ff6114",
"name": "LSpec",
"manifestFile": "lake-manifest.json",
"inputRev": "3388be5a1d1390594a74ec469fd54a5d84ff6114",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/lurk-lab/YatimaStdLib.lean",
"type": "git",
"subDir": null,
"rev": "3037f0c14128751b95510c2723f067ec7a494f08",
"name": "YatimaStdLib",
"manifestFile": "lake-manifest.json",
"inputRev": "3037f0c14128751b95510c2723f067ec7a494f08",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "Straume",
"lakeDir": ".lake"}
6 changes: 3 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ package Straume
lean_lib Straume

require std from git
"https://github.com/leanprover/std4" @ "6006307d2ceb8743fea7e00ba0036af8654d0347"
"https://github.com/leanprover/std4" @ "v4.4.0"

require LSpec from git
"https://github.com/lurk-lab/LSpec" @ "88f7d23e56a061d32c7173cea5befa4b2c248b41"
"https://github.com/lurk-lab/LSpec" @ "3388be5a1d1390594a74ec469fd54a5d84ff6114"

require YatimaStdLib from git
"https://github.com/lurk-lab/YatimaStdLib.lean" @ "974c288349a412aea92bb0780efc81fa5f79e442"
"https://github.com/lurk-lab/YatimaStdLib.lean" @ "3037f0c14128751b95510c2723f067ec7a494f08"

@[default_target]
lean_exe straume where
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-05-06
leanprover/lean4:v4.4.0

0 comments on commit ff58040

Please sign in to comment.