stack-3.1.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.ApplyGhcOptions

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.

Instances

Instances details
FromJSON ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Bounded ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Enum ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Read ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Show ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Eq ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions

Ord ApplyGhcOptions Source # 
Instance details

Defined in Stack.Types.ApplyGhcOptions