Dependencies for impure-containers-0.5.1
Libraries
impure-containers
- base (>=4.8 && <5)
- containers (>0.5 && <0.7)
- ghc-prim
- hashable (>=1.2 && <1.4)
- primitive (>=0.6 && <0.8)
- vector (>=0.11 && <0.13)
- if !flag(portable) && flag(unsafe-tricks) && impl(ghc)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
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