module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"1ea64785f14487f7b999c4a9014bc6da20c0115d"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.10.2.20250817"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"910"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"220250817"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"2"

cProjectPatchLevel2   :: String
cProjectPatchLevel2 :: String
cProjectPatchLevel2   = String
"20250817"