ghc-lib-parser-8.10.1.20200324: compiler/main/GhcNameVersion.hs
module GhcNameVersion
( GhcNameVersion (..)
) where
import GhcPrelude
-- | Settings for what GHC this is.
data GhcNameVersion = GhcNameVersion
{ ghcNameVersion_programName :: String
, ghcNameVersion_projectVersion :: String
}