stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.ConfigureOpts

Description

 
Synopsis

Documentation

configureOptsFromBase Source #

Arguments

:: EnvConfig 
-> BaseConfigOpts 
-> Map PackageIdentifier GhcPkgId

dependencies

-> Bool

local non-extra-dep?

-> IsMutable 
-> PackageConfigureOpts 
-> ConfigureOpts 

Render a BaseConfigOpts to an actual list of options

configureOptsFromDb :: (HasField "configCacheDirOptionValue" b1 String, HasField "configCacheNoDirOptionValue" b2 String) => [Entity b1] -> [Entity b2] -> ConfigureOpts Source #

renderConfigureOpts :: ConfigureOpts -> [String] Source #

Render configure options as a single list of options.