stackage-curator-0.7.2.1: Tools for curating Stackage bundles

Safe HaskellNone
LanguageHaskell2010

Stackage.CompleteBuild

Synopsis

Documentation

data BuildFlags Source

Flags passed in from the command line.

Constructors

BuildFlags 

Fields

bfEnableTests :: !Bool
 
bfEnableHaddock :: !Bool
 
bfDoUpload :: !Bool
 
bfEnableLibProfile :: !Bool
 
bfEnableExecDyn :: !Bool
 
bfVerbose :: !Bool
 
bfSkipCheck :: !Bool
 
bfServer :: !StackageServer
 
bfBuildHoogle :: !Bool
 
bfBundleDest :: !(Maybe FilePath)
 
bfGitPush :: !Bool

push to Git (when doing an LTS build)

Instances

completeBuild :: BuildType -> BuildFlags -> IO () Source

Make a complete plan, build, test and upload bundle, docs and distro.

justCheck :: IO () Source

Generate and check a new build plan, but do not execute it.

Since 0.3.1