Skip to content

Commit

Permalink
chore: bump deps and simplify lakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Jan 16, 2024
1 parent 909b158 commit 3809c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "1f24793af1db9cfb02ba71c6de5f205481de4a55",
"rev": "b1ebd72c5d262ea10a33ea582525925df874ad1e",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package verso where

lean_lib Verso where
srcDir := "src/verso"
roots := #[`Verso.Doc, `Verso.Output, `Verso.Parser, `Verso.Examples, `Verso.Method, `Verso.Syntax, `Verso.SyntaxUtils]
roots := #[`Verso]
-- add library configuration options here

lean_lib VersoBlog where
Expand Down

0 comments on commit 3809c1b

Please sign in to comment.