hsdev-0.3.1.3: Haskell development library
HsDev.Tools.Ghc.System
Synopsis
data BuildInfo Source #
Constructors
Fields
buildInfo :: DynFlags -> BuildInfo Source #
examineCompilerVersion :: DynFlags -> String Source #
formatBuildPath :: String -> BuildInfo -> String Source #
Can contain {arch}, {os}/{platform}, {compiler}, {version}
buildPath :: String -> GhcM FilePath Source #