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

Stack.Types.WantedCompilerSetter

Synopsis

Documentation

data WantedCompilerSetter Source #

Type representing ways that a wanted compiler is set.

Constructors

CompilerAtCommandLine

At the command line with --compiler option.

SnapshotAtCommandLine

At the command line with --snapshot (or --resolver) option.

YamlConfiguration (Maybe (Path Abs File))

Via a YAML configuration file.

Instances

Instances details
Show WantedCompilerSetter Source # 
Instance details

Defined in Stack.Types.WantedCompilerSetter