Safe Haskell | None |
---|---|
Language | GHC2021 |
Types for command line options for the stack upload
command.
Synopsis
- data UploadOpts = UploadOpts {
- itemsToWorkWith :: ![String]
- documentation :: !Bool
- pvpBounds :: !(Maybe PvpBounds)
- check :: !Bool
- buildPackage :: !Bool
- tarPath :: !(Maybe FilePath)
- uploadVariant :: !UploadVariant
- saveHackageCreds :: !FirstTrue
- data UploadVariant
Documentation
data UploadOpts Source #
Type representing command line options for the stack upload
command.
UploadOpts | |
|
data UploadVariant Source #
Type representing variants for uploading to Hackage.
Publishing | Publish the package/a published package. |
Candidate | Create a package candidate/a package candidate. |