Dependencies for primitive-containers-0.5.1
Libraries
primitive-containers
- base (>=4.9 && <5)
- deepseq (>=1.4)
- hashable (>=1.2.5)
- primitive-sort (>=0.1.1 && <0.2)
- primitive-unlifted (>=2.1 && <2.2)
- if flag(checked)
- contiguous-checked (>=0.4 && <0.6)
- primitive-checked (>=0.6.4.1 && <0.8)
- contiguous (>=0.4 && <0.7)
- primitive (>=0.6.4 && <0.10)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
checked | Check all array indexing. This makes most functions slower, but it replaces segfaults with descriptive errors. This should only be used for debugging. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info