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

Stack.Types.ApplyProgOptions

Synopsis

Documentation

data ApplyProgOptions Source #

Which packages do all and any --PROG-option options on the command line apply to?

Constructors

APOTargets

All local packages that are targets.

APOLocals

All local packages (targets or otherwise).

APOEverything

All packages (local or otherwise).

Instances

Instances details
FromJSON ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Bounded ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Enum ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Read ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Show ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Eq ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions

Ord ApplyProgOptions Source # 
Instance details

Defined in Stack.Types.ApplyProgOptions