module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"3d3058895c0dac15c9ee4f88c15cacaca988b1d5"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.15.20251020"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"915"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"20251020"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"20251020"

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