module GHC.Platform.Host where import GHC.Platform.ArchOS hostPlatformArch :: Arch hostPlatformArch = ArchAArch64 hostPlatformOS :: OS hostPlatformOS = OSLinux hostPlatformArchOS :: ArchOS hostPlatformArchOS = ArchOS hostPlatformArch hostPlatformOS