module GHC.Platform.Host where

import GHC.Platform.ArchOS

hostPlatformArch :: Arch
hostPlatformArch :: Arch
hostPlatformArch = PPC_64ABI -> Arch
ArchPPC_64 PPC_64ABI
ELF_V2

hostPlatformOS   :: OS
hostPlatformOS :: OS
hostPlatformOS   = OS
OSLinux

hostPlatformArchOS :: ArchOS
hostPlatformArchOS :: ArchOS
hostPlatformArchOS = Arch -> OS -> ArchOS
ArchOS Arch
hostPlatformArch OS
hostPlatformOS