| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Stack.Types.ApplyGhcOptions
Synopsis
Documentation
data ApplyGhcOptions Source #
Which packages do ghc-options on the command line apply to?
Constructors
| AGOTargets | all local targets |
| AGOLocals | all local packages, even non-targets |
| AGOEverything | every package |