Dependencies for vector-algorithms-0.6.0.2
Libraries
vector-algorithms
- base (>=3 && <5)
- bytestring (>=0.9 && <1.0)
- primitive (>=0.3 && <0.6)
- vector (>=0.6 && <0.11)
Executables
vector-algorithms-bench
- base
- mtl
- mwc-random
- vector
- vector-algorithms
- if !flag(bench)
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
boundschecks | Enable bounds checking | Enabled |
unsafechecks | Enable bounds checking in unsafe operations at the cost of a significant performance penalty. | Disabled |
internalchecks | Enable internal consistency checks at the cost of a significant performance penalty. | Disabled |
bench | Build a benchmarking program to test vector-algorithms performance | Disabled |
properties | Enable the quickcheck tests | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info