stack-3.1.1: The Haskell Tool Stack
Safe HaskellNone
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.