Configuration options for a Lake build.
- oldMode : Bool
Use modification times for trace checking.
- trustHash : Bool
Whether to trust
.hashfiles. - noBuild : Bool
Early exit if a target has to be rebuilt.
- verbosity : Verbosity
Verbosity level (
-q,-v, or neither). - showSuccess : Bool
Whether to print a message when the build finishes successfully (if not quiet).
- outputsFile? : Option System.FilePath
File to save input-to-output mappings from the build of the workspace's root
Instances For
Whether the build should show progress information.
Verbosity.quiet hides progress and, for a noBuild,
Verbosity.verbose shows progress.
Equations
Instances For
@[inline]
Returns a new empty job queue.
Equations
Instances For
A Lake context with a build configuration and additional build data.
- leanTrace : BuildTrace
- registeredJobs : JobQueue
Instances For
@[reducible, inline]
A monad equipped with a Lake build context.
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
Instances For
@[inline]