stack-0.1.0.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Build.Execute

Synopsis

Documentation

printPlan :: M env m => FinalAction -> Plan -> m () Source

preFetch :: M env m => Plan -> m () Source

executePlan :: M env m => EnvOverride -> BuildOpts -> BaseConfigOpts -> [LocalPackage] -> SourceMap -> Plan -> m () Source

Perform the actual plan

compareTestsComponents Source

Arguments

:: [Text]

components

-> [Text]

all test names

-> [Text]

tests to be run

Determine the tests to be run based on the list of components.