stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Types.CompilerBuild

Description

 
Synopsis

Documentation

data CompilerBuild Source #

Build of the compiler distribution (e.g. standard, gmp4, tinfo6)

compilerBuildName :: CompilerBuild -> String Source #

Descriptive name for compiler build

compilerBuildSuffix :: CompilerBuild -> String Source #

Suffix to use for filenames/directories constructed with compiler build

parseCompilerBuild :: MonadThrow m => String -> m CompilerBuild Source #

Parse compiler build from a String.