module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"c0eb35df4663386e11820c80d6637c61ac75a21e"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.12.0.20241031"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"912"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"020241031"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"0"

cProjectPatchLevel2   :: String
cProjectPatchLevel2 :: String
cProjectPatchLevel2   = String
"20241031"