module GHC.Version where

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

cProjectGitCommitId   :: String
cProjectGitCommitId :: String
cProjectGitCommitId   = String
"4c20e355dfef8c73429a44300c35267b939df357"

cProjectVersion       :: String
cProjectVersion :: String
cProjectVersion       = String
"9.2.0.20210422"

cProjectVersionInt    :: String
cProjectVersionInt :: String
cProjectVersionInt    = String
"902"

cProjectPatchLevel    :: String
cProjectPatchLevel :: String
cProjectPatchLevel    = String
"020210422"

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

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