stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.WantedCompilerSetter

Description

 
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 configuration file.

Instances

Instances details
Show WantedCompilerSetter Source # 
Instance details

Defined in Stack.Types.WantedCompilerSetter