We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2d76c commit 708b908Copy full SHA for 708b908
lakefile.lean
@@ -2,9 +2,7 @@ import Lake
2
open Lake DSL System
3
4
package proofwidgets where
5
- preferReleaseBuild := true
6
- buildArchive? := "ProofWidgets4.tar.gz"
7
- releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
+ preferReleaseBuild := false
8
leanOptions := #[⟨`experimental.module, true⟩]
9
10
def widgetDir : FilePath := "widget"
0 commit comments