-
Notifications
You must be signed in to change notification settings - Fork 41
Official Builds
cetinsert edited this page Jan 10, 2013
·
61 revisions
Minimum | XP¹² | 2.6.26 | 10.7³ | 9³ |
CPU |
x86-64 x86-32
|
x86-64 x86-32 ARM ⁷ MIPS ⁸
|
x86-64 |
x86-64 |
Linkage |
static ⁴ |
dynamic ⁵ static ⁶⁷⁸ |
static ⁴ |
dynamic ⁵ |
GHC | 7.6.1 | 7.4 | 7.4 | 7.0.4 |
Embedded |
icon info
|
|||
Maintainer | Cetin | Cetin | Cetin | Cetin |
¹ release name, not kernel version
² IPv6 works on Vista or later
³ may work with earlier releases
⁴ building static binaries do not require compilation flags
⁵ dynamicly linked against a single uncommon library: libgmp.so.10
⁶ flags required to compile static binaries: threaded
static
as in cabal install -f "llvm threaded static"
⁷ no static linkage on ARM, you can download matching libgmp.so.10
for your ARM system here
⁸ no static linkage on MIPS, you can download matching libgmp.so.10
for your MIPS system here
Compile-time flag configurations for CORSIS packages used in PortFusion builds.
Optimizes for | Package : Flags | Default | Available | |
---|---|---|---|---|
Standard | very fast connection initialization to serve mainly short-lived connections |
splice : portable PortFusion : -threaded
|
every OS | |
Throughput | extremely high throughput to serve long-lived connections |
splice : -portable PortFusion : threaded
|