module GHC.Version where

import Prelude -- See Note [Why do we import Prelude here?]

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"7d3a055d4df6842f8fbcfbc1ca96e2a45a47d351"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.5.20220901"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"905"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"20220901"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"20220901"

cProjectPatchLevel2   :: String
cProjectPatchLevel2 :: String
cProjectPatchLevel2   = String
"0"