fix: leanpkg print-paths with longer output

This commit is contained in:
Sebastian Ullrich 2021-10-10 11:25:11 +02:00
parent fb27537b8e
commit 8d10197164

View file

@ -108,7 +108,7 @@ def buildImports (imports : List String) (leanArgs : List String) : IO Unit := d
execMake oleans buildCfg
else
Build.buildModules buildCfg localImports
IO.println <| Lean.toJson cfg.toLeanPaths
IO.println <| Lean.Json.compress <| Lean.toJson cfg.toLeanPaths
def build (makeArgs leanArgs : List String) : IO Unit := do
let cfg ← configure