module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"16e1fca214c4f90d9d881e44cb82bd193231204b"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.10.0.20240328"

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

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"020240328"

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

cProjectPatchLevel2   :: String
cProjectPatchLevel2 :: String
cProjectPatchLevel2   = String
"20240328"