Ide.Version
Description
Information and display strings for HIE's version and the current project's version
hlsVersion :: String Source #
data ProgramsOfInterest Source #
Constructors
Fields
showProgramVersionOfInterest :: ProgramsOfInterest -> String Source #
findProgramVersions :: IO ProgramsOfInterest Source #
findVersionOf :: FilePath -> IO (Maybe Version) Source #
Find the version of the given program. Assumes the program accepts the cli argument "--numeric-version". If the invocation has a non-zero exit-code, we return Nothing
Nothing