{-# 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   = "799b1d26977b5841aa580e07c8f8e65356eed785"
cProjectVersion       :: String
cProjectVersion       = "8.9.0.20190603"
cProjectVersionInt    :: String
cProjectVersionInt    = "809"
cProjectPatchLevel    :: String
cProjectPatchLevel    = "020190603"
cProjectPatchLevel1   :: String
cProjectPatchLevel1   = "0"
cProjectPatchLevel2   :: String
cProjectPatchLevel2   = "20190603"
cBooterVersion        :: String
cBooterVersion        = "8.6.5"
cStage                :: String
cStage                = show (STAGE :: Int)