Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data CompilerBuild Source #
Instances
FromJSON CompilerBuild Source # | |
Defined in Stack.Types.CompilerBuild parseJSON :: Value -> Parser CompilerBuild # parseJSONList :: Value -> Parser [CompilerBuild] # | |
Show CompilerBuild Source # | |
Defined in Stack.Types.CompilerBuild showsPrec :: Int -> CompilerBuild -> ShowS # show :: CompilerBuild -> String # showList :: [CompilerBuild] -> ShowS # |
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.