| Cabal-1.3.10: A framework for packaging Haskell software | Contents | Index |
|
|
|
|
|
|
Synopsis |
|
|
|
|
Operating System
|
|
data OS |
Constructors | Linux | | Windows | | OSX | | FreeBSD | | OpenBSD | | NetBSD | | Solaris | | AIX | | HPUX | | IRIX | | OtherOS String | |
| Instances | |
|
|
buildOS :: OS |
|
Machine Architecture
|
|
data Arch |
Constructors | I386 | | X86_64 | | PPC | | PPC64 | | Sparc | | Arm | | Mips | | SH | | IA64 | | S390 | | Alpha | | Hppa | | Rs6000 | | M68k | | Vax | | OtherArch String | |
| Instances | |
|
|
buildArch :: Arch |
|
Produced by Haddock version 0.8 |