module GHC.Platform.Host where

import GHC.Platform.ArchOS

hostPlatformArch   :: Arch
hostPlatformArch   = ArchARM ARMv7 [VFPv3,NEON] HARD

hostPlatformOS     :: OS
hostPlatformOS     = OSLinux

hostPlatformArchOS :: ArchOS
hostPlatformArchOS = ArchOS hostPlatformArch hostPlatformOS