Safe Haskell | None |
---|---|
Language | GHC2021 |
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
Show WantedCompilerSetter Source # | |
Defined in Stack.Types.WantedCompilerSetter Methods showsPrec :: Int -> WantedCompilerSetter -> ShowS # show :: WantedCompilerSetter -> String # showList :: [WantedCompilerSetter] -> ShowS # |