stackage-0.6.0: "Stable Hackage," tools for creating a vetted set of packages from Hackage.

Safe HaskellNone
LanguageHaskell2010

Stackage.CompleteBuild

Synopsis

Documentation

data BuildFlags Source

Flags passed in from the command line.

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

justUploadNightly Source

Arguments

:: Text

nightly date

-> IO ()