| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.ApplyGhcOptions
Description
Synopsis
Documentation
data ApplyGhcOptions Source #
Which packages do ghc-options on the command line apply to?
Constructors
| AGOTargets | All project packages that are targets. |
| AGOLocals | All project packages, even non-targets. |
| AGOEverything | All packages, project packages and dependencies. |