summaryrefslogtreecommitdiff
path: root/backends/lean/lakefile.lean
diff options
context:
space:
mode:
Diffstat (limited to 'backends/lean/lakefile.lean')
-rw-r--r--backends/lean/lakefile.lean3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/lean/lakefile.lean b/backends/lean/lakefile.lean
index 9633e1e8..21a4a332 100644
--- a/backends/lean/lakefile.lean
+++ b/backends/lean/lakefile.lean
@@ -1,10 +1,11 @@
import Lake
open Lake DSL
+-- Important: mathlib imports std4 and quote4: we mustn't add a `require std4` line
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
package «base» {}
@[default_target]
-lean_lib «Primitives» {}
+lean_lib «Base» {}