module Config where
#include "ghc_boot_platform.h"
data IntegerLibrary = IntegerGMP
| IntegerGMP2
| IntegerSimple
deriving Eq
cBuildPlatformString :: String
cBuildPlatformString = BuildPlatform_NAME
cHostPlatformString :: String
cHostPlatformString = HostPlatform_NAME
cTargetPlatformString :: String
cTargetPlatformString = TargetPlatform_NAME
cProjectName :: String
cProjectName = "The Glorious Glasgow Haskell Compilation System"
cProjectGitCommitId :: String
cProjectGitCommitId = "a8c556dfca3eca5277615cc2bf9d6c8f1f143c9a"
cProjectVersion :: String
cProjectVersion = "7.10.0.20141222"
cProjectVersionInt :: String
cProjectVersionInt = "710"
cProjectPatchLevel :: String
cProjectPatchLevel = "020141222"
cProjectPatchLevel1 :: String
cProjectPatchLevel1 = "0"
cProjectPatchLevel2 :: String
cProjectPatchLevel2 = "20141222"
cBooterVersion :: String
cBooterVersion = "7.8.3"
cStage :: String
cStage = show (STAGE :: Int)
cIntegerLibrary :: String
cIntegerLibrary = "integer-gmp2"
cIntegerLibraryType :: IntegerLibrary
cIntegerLibraryType = IntegerGMP2
cSupportsSplitObjs :: String
cSupportsSplitObjs = "YES"
cGhcWithInterpreter :: String
cGhcWithInterpreter = "YES"
cGhcWithNativeCodeGen :: String
cGhcWithNativeCodeGen = "YES"
cGhcWithSMP :: String
cGhcWithSMP = "YES"
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"
cGhcEnableTablesNextToCode :: String
cGhcEnableTablesNextToCode = "YES"
cLeadingUnderscore :: String
cLeadingUnderscore = "NO"
cGHC_UNLIT_PGM :: String
cGHC_UNLIT_PGM = "unlit"
cGHC_SPLIT_PGM :: String
cGHC_SPLIT_PGM = "ghc-split"
cLibFFI :: Bool
cLibFFI = False
cGhcThreaded :: Bool
cGhcThreaded = True
cGhcDebugged :: Bool
cGhcDebugged = False