{-# LANGUAGE CPP #-} module Config where import GhcPrelude #include "ghc_boot_platform.h" data IntegerLibrary = IntegerGMP | IntegerSimple deriving IntegerLibrary -> IntegerLibrary -> Bool (IntegerLibrary -> IntegerLibrary -> Bool) -> (IntegerLibrary -> IntegerLibrary -> Bool) -> Eq IntegerLibrary forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a /= :: IntegerLibrary -> IntegerLibrary -> Bool $c/= :: IntegerLibrary -> IntegerLibrary -> Bool == :: IntegerLibrary -> IntegerLibrary -> Bool $c== :: IntegerLibrary -> IntegerLibrary -> Bool Eq cBuildPlatformString :: String cBuildPlatformString :: String cBuildPlatformString = BuildPlatform_NAME cHostPlatformString :: String cHostPlatformString :: String cHostPlatformString = HostPlatform_NAME cTargetPlatformString :: String cTargetPlatformString :: String cTargetPlatformString = TargetPlatform_NAME cProjectName :: String cProjectName :: String cProjectName = "The Glorious Glasgow Haskell Compilation System" cProjectGitCommitId :: String cProjectGitCommitId :: String cProjectGitCommitId = "3e139dba8b8fcc15c201803a0ae27255ada43c14" cProjectVersion :: String cProjectVersion :: String cProjectVersion = "8.8.0.20190721" cProjectVersionInt :: String cProjectVersionInt :: String cProjectVersionInt = "808" cProjectPatchLevel :: String cProjectPatchLevel :: String cProjectPatchLevel = "020190721" cProjectPatchLevel1 :: String cProjectPatchLevel1 :: String cProjectPatchLevel1 = "0" cProjectPatchLevel2 :: String cProjectPatchLevel2 :: String cProjectPatchLevel2 = "20190721" cBooterVersion :: String cBooterVersion :: String cBooterVersion = "8.4.4" cStage :: String cStage :: String cStage = Int -> String forall a. Show a => a -> String show (STAGE :: Int) cIntegerLibraryType :: IntegerLibrary cIntegerLibraryType :: IntegerLibrary cIntegerLibraryType = IntegerLibrary IntegerGMP cSupportsSplitObjs :: String cSupportsSplitObjs :: String cSupportsSplitObjs = "NO" cGhcWithInterpreter :: String cGhcWithInterpreter :: String cGhcWithInterpreter = "YES" cGhcWithNativeCodeGen :: String cGhcWithNativeCodeGen :: String cGhcWithNativeCodeGen = "NO" cGhcWithSMP :: String cGhcWithSMP :: String cGhcWithSMP = "NO" cGhcRTSWays :: String cGhcRTSWays :: String cGhcRTSWays = "l debug thr thr_debug thr_l thr_p dyn debug_dyn thr_dyn thr_debug_dyn l_dyn thr_l_dyn thr_debug_p debug_p" cGhcRtsWithLibdw :: Bool cGhcRtsWithLibdw :: Bool cGhcRtsWithLibdw = Bool False cGhcEnableTablesNextToCode :: String cGhcEnableTablesNextToCode :: String cGhcEnableTablesNextToCode = "YES" cLeadingUnderscore :: String cLeadingUnderscore :: String cLeadingUnderscore = "NO" cGHC_UNLIT_PGM :: String cGHC_UNLIT_PGM :: String cGHC_UNLIT_PGM = "unlit" cGHC_SPLIT_PGM :: String cGHC_SPLIT_PGM :: String cGHC_SPLIT_PGM = "" cLibFFI :: Bool cLibFFI :: Bool cLibFFI = Bool True cGhcThreaded :: Bool cGhcThreaded :: Bool cGhcThreaded = Bool True cGhcDebugged :: Bool cGhcDebugged :: Bool cGhcDebugged = Bool False