| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Stack.Types.UploadOpts
Description
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.
Constructors
| UploadOpts | |
Fields
| |
data UploadVariant Source #
Type representing variants for uploading to Hackage.
Constructors
| Publishing | Publish the package/a published package. |
| Candidate | Create a package candidate/a package candidate. |