Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Build the project.
Synopsis
- buildCmd :: BuildOptsCLI -> RIO Runner ()
- build :: HasEnvConfig env => Maybe (Set (Path Abs File) -> IO ()) -> RIO env ()
- buildLocalTargets :: HasEnvConfig env => NonEmpty Text -> RIO env (Either SomeException ())
- loadPackage :: (HasBuildConfig env, HasSourceMap env) => PackageLocationImmutable -> Map FlagName Bool -> [Text] -> [Text] -> RIO env Package
- mkBaseConfigOpts :: HasEnvConfig env => BuildOptsCLI -> RIO env BaseConfigOpts
- splitObjsWarning :: String
Documentation
:: HasEnvConfig env | |
=> Maybe (Set (Path Abs File) -> IO ()) | callback after discovering all local files |
-> 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.
buildLocalTargets :: HasEnvConfig env => NonEmpty Text -> RIO env (Either SomeException ()) Source #
:: (HasBuildConfig env, HasSourceMap env) | |
=> PackageLocationImmutable | |
-> Map FlagName Bool | |
-> [Text] | GHC options |
-> [Text] | Cabal configure options |
-> RIO env Package |
Provide a function for loading package information from the package index
mkBaseConfigOpts :: HasEnvConfig env => BuildOptsCLI -> RIO env BaseConfigOpts Source #
Get the BaseConfigOpts
necessary for constructing configure options