Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.Check.Executable
Description
Discover the GHC version by querying the GHC executable
Synopsis
- getGhcVersion :: FilePath -> IO Version
- trim :: String -> String
- guessExecutablePathFromLibdir :: FilePath -> NonEmpty FilePath
Documentation
getGhcVersion :: FilePath -> IO Version #
Takes a path to the GHC binary to query. Throws if anything goes wrong.
guessExecutablePathFromLibdir :: FilePath -> NonEmpty FilePath #
Returns a list of possible paths for the GHC executable