License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Stack.Types.SDistOpts
Description
Types related to Stack's sdist
command.
Synopsis
- data SDistOpts = SDistOpts {
- dirsToWorkWith :: [String]
- pvpBounds :: Maybe PvpBounds
- ignoreCheck :: Bool
- buildTarball :: Bool
- tarPath :: Maybe FilePath
Documentation
Type representing command line options for stack sdist
command.
Constructors
SDistOpts | |
Fields
|