module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"5c3cadf5db0d7eb859ff2c278ab07585c7df17b5"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"8.10.1"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"810"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"1"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"1"

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