diff options
Diffstat (limited to 'tests/lean/misc/paper/lakefile.lean')
-rw-r--r-- | tests/lean/misc/paper/lakefile.lean | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/lean/misc/paper/lakefile.lean b/tests/lean/misc/paper/lakefile.lean deleted file mode 100644 index d8affff8..00000000 --- a/tests/lean/misc/paper/lakefile.lean +++ /dev/null @@ -1,18 +0,0 @@ -import Lake -open Lake DSL - -require mathlib from git - "https://github.com/leanprover-community/mathlib4.git" - -package «paper» { - -- add package configuration options here -} - -lean_lib «Base» { - -- add library configuration options here -} - -lean_lib «Paper» { - -- add library configuration options here -} - |