stack-1.7.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Build

Description

Build the project.

Synopsis

Documentation

build Source #

Arguments

:: HasEnvConfig env 
=> (Set (Path Abs File) -> IO ())

callback after discovering all local files

-> Maybe FileLock 
-> BuildOptsCLI 
-> RIO env () 

Build.

If a buildLock is passed there is an important contract here. That lock must protect the snapshot, and it must be safe to unlock it if there are no further modifications to the snapshot to be performed by this build.

loadPackage :: HasEnvConfig env => PackageLocationIndex FilePath -> Map FlagName Bool -> [Text] -> RIO env Package Source #

Provide a function for loading package information from the package index

mkBaseConfigOpts :: (MonadIO m, MonadReader env m, HasEnvConfig env, MonadThrow m) => BuildOptsCLI -> m BaseConfigOpts Source #

Get the BaseConfigOpts necessary for constructing configure options

queryBuildInfo Source #

Arguments

:: HasEnvConfig env 
=> [Text]

selectors

-> RIO env () 

Query information about the build and print the result to stdout in YAML format.