Dependencies for bishbosh-0.1.3.0

library
bishbosh
duel

Flags

Manual Flags

NameDescriptionDefault
llvm

Whether the llvm compiler-backend has been installed and is required for code-generation.

Disabled
narrownumbers

Use narrow numerical types.

Disabled
newtypewrappers

Wrap common types in newtype for increased type-safety.

Disabled
precision

Use precise numerical types. CAVEAT: this is incompatible with either unboxedarrays or narrownumbers.

Disabled
threaded

Build for parallel runtime.

Enabled
unboxedarrays

Use unboxed arrays.

Disabled
Automatic Flags
NameDescriptionDefault
hxtrelaxng

Link with package "hxt-relaxng" when available, for more precise specification of the XML-configuration than a traditional DTD.

Enabled
polyparse

Link with package "polyparse" when available, rather than "parsec".

Enabled
unix

Link with package "unix" when available.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info