Dependencies for hashtables-1.2.4.1
Libraries
hashtables
- base (>=4.7 && <5)
- hashable (>=1.1 && <1.2 || >=1.2.1 && <1.4)
- primitive
- vector (>=0.7 && <0.13)
- if !flag(portable) && flag(unsafe-tricks) && impl(ghc)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | if on, spew debugging output to stdout | Disabled |
detailed-profiling | add detailed profiling information to profiled build-depends | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
unsafe-tricks | turn on unsafe GHC tricks | Enabled |
bounds-checking | if on, use bounds-checking array accesses | 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