Dependencies for impure-containers-0.2
Libraries
impure-containers
- base (>=4.7 && <5)
- containers
- ghc-prim
- hashable
- primitive
- vector
- if !flag(portable) && flag(unsafe-tricks) && impl(ghc)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| unsafe-tricks | turn on unsafe GHC tricks | Enabled |
| bounds-checking | if on, use bounds-checking array accesses | Disabled |
| debug | if on, spew debugging output to stdout | Disabled |
| sse42 | if on, use SSE 4.2 extensions to search cache lines very efficiently. The portable flag forces this off. | Disabled |
| portable | if on, 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