Dependencies for impure-containers-0.5.1

library

Flags

Automatic Flags
NameDescriptionDefault
unsafe-tricks

If enabled, turn on unsafe GHC tricks.

Enabled
bounds-checking

If enabled, use bounds-checking array accesses.

Disabled
debug

If enabled, spew debugging output to stdout.

Disabled
sse42

If enabled, use SSE 4.2 extensions to search cache lines very efficiently. The portable flag forces this off.

Disabled
portable

If enabled, use only pure Haskell code and no GHC extensions.

Disabled

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