module GHC.Platform.Host where import GHC.Platform.ArchOS hostPlatformArch :: Arch hostPlatformArch :: Arch hostPlatformArch = ArmISA -> [ArmISAExt] -> ArmABI -> Arch ArchARM ArmISA ARMv6 [ArmISAExt VFPv2] ArmABI HARD hostPlatformOS :: OS hostPlatformOS :: OS hostPlatformOS = OS OSLinux hostPlatformArchOS :: ArchOS hostPlatformArchOS :: ArchOS hostPlatformArchOS = Arch -> OS -> ArchOS ArchOS Arch hostPlatformArch OS hostPlatformOS