| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Clean
Description
Types and functions related to Stack's clean and purge commands.
Documentation
Type representing command line options for the stack clean command.
Constructors
| CleanOpts | |
Fields
| |
data CleanDepth Source #
Type representing depths of cleaning for the stack clean command.
Constructors
| CleanShallow [PackageName] | Delete the "dist directories" as defined in
|
| CleanFull | Delete all work directories in the project. |