cpu-0.1.2: Cpu information and properties helpers.
LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe
LanguageHaskell98

System.Arch

Description

 
Synopsis

Documentation

data Arch Source #

List of all cpu architecture

Constructors

X86 
X86_64 
PPC 
PPC64 
Sparc 
Arm 
Mips 
SH 
IA64 
S390 
Alpha 
Hppa 
Rs6000 
M68K 
VAX 

Instances

Instances details
Eq Arch Source # 
Instance details

Defined in System.Arch

Methods

(==) :: Arch -> Arch -> Bool Source #

(/=) :: Arch -> Arch -> Bool Source #

Show Arch Source # 
Instance details

Defined in System.Arch

getSystemArch :: Arch Source #

Return the system's cpu architecture