ghc-lib-parser-0.20190516: ghc-lib/stage1/compiler/build/Config.hs
{-# LANGUAGE CPP #-}
module Config where
import GhcPrelude
#include "ghc_boot_platform.h"
cBuildPlatformString :: String
cBuildPlatformString = BuildPlatform_NAME
cHostPlatformString :: String
cHostPlatformString = HostPlatform_NAME
cProjectName :: String
cProjectName = "The Glorious Glasgow Haskell Compilation System"
cProjectGitCommitId :: String
cProjectGitCommitId = "a416ae26a2e45de3d9a76e94fc22aaa53e9e5b12"
cProjectVersion :: String
cProjectVersion = "8.9.0.20190514"
cProjectVersionInt :: String
cProjectVersionInt = "809"
cProjectPatchLevel :: String
cProjectPatchLevel = "020190514"
cProjectPatchLevel1 :: String
cProjectPatchLevel1 = "0"
cProjectPatchLevel2 :: String
cProjectPatchLevel2 = "20190514"
cBooterVersion :: String
cBooterVersion = "8.6.5"
cStage :: String
cStage = show (STAGE :: Int)