Skip to content

Commit

Permalink
use correct std
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 10, 2024
1 parent 4dae7c0 commit 7550f08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ open Lake DSL
package i18n where
-- add package configuration options here

def leanVersion : String := s!"v{Lean.versionString}"

require Cli from git "https://github.com/leanprover/lean4-cli" @ "main"
require std from git "https://github.com/leanprover/std4" @ "v4.6.0"
require std from git "https://github.com/leanprover/std4" @ leanVersion

-- require datetime from git "https://github.com/T-Brick/DateTime.git" @ "main"
-- require importGraph from git "https://github.com/leanprover-community/import-graph" @ "v4.6.1"
-- require importGraph from git "https://github.com/leanprover-community/import-graph" @ leanVersion

@[default_target]
lean_exe i18n where
Expand Down

0 comments on commit 7550f08

Please sign in to comment.