Cabal-1.4.0.0: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.System
Contents
Operating System
Machine Architecture
Synopsis
data OS
= Linux
| Windows
| OSX
| FreeBSD
| OpenBSD
| NetBSD
| Solaris
| AIX
| HPUX
| IRIX
| OtherOS String
buildOS :: OS
data Arch
= I386
| X86_64
| PPC
| PPC64
| Sparc
| Arm
| Mips
| SH
| IA64
| S390
| Alpha
| Hppa
| Rs6000
| M68k
| Vax
| OtherArch String
buildArch :: Arch
Operating System
data OS Source
Constructors
Linux
Windows
OSX
FreeBSD
OpenBSD
NetBSD
Solaris
AIX
HPUX
IRIX
OtherOS String
show/hide Instances
buildOS :: OSSource
Machine Architecture
data Arch Source
Constructors
I386
X86_64
PPC
PPC64
Sparc
Arm
Mips
SH
IA64
S390
Alpha
Hppa
Rs6000
M68k
Vax
OtherArch String
show/hide Instances
buildArch :: ArchSource
Produced by Haddock version 2.3.0