packages feed

ghc-boot-9.2.1: GHC/Platform/Host.hs

module GHC.Platform.Host where

import GHC.Platform.ArchOS

hostPlatformArch :: Arch
hostPlatformArch = ArchX86_64

hostPlatformOS   :: OS
hostPlatformOS   = OSLinux

hostPlatformArchOS :: ArchOS
hostPlatformArchOS = ArchOS hostPlatformArch hostPlatformOS