module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"8e9ea0f91305d9e4bb9df3d89f6a9e223ecb4dd3"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.4.8"

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

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"8"

cProjectPatchLevel1   :: String
cProjectPatchLevel1 :: String
cProjectPatchLevel1   = String
"8"

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