module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"f4e8466cf2164fd9ecf8d02d8cb417c0bd0933d2"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.15.20250717"

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

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"20250717"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"20250717"

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