module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"26df2c83f386f5bfbac7ca9e83b3822355248442"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"10.0.0.20260917"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"1000"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"020260917"

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

cProjectPatchLevel2   :: String
cProjectPatchLevel2 :: String
cProjectPatchLevel2   = String
"20260917"