| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.ApplyProgOptions
Description
Synopsis
Documentation
data ApplyProgOptions Source #
Which packages do all and any --PROG-option options on the command line apply to?
Constructors
| APOTargets | All project packages that are targets. |
| APOLocals | All project packages (targets or otherwise). |
| APOEverything | All packages (project packages or dependencies). |