module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"a213d3676550a0e4d542172de539c0cfa2662431"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.4.5"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"904"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"5"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"5"

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