Dependencies for vector-algorithms-0.9.0.1
Libraries
vector-algorithms
- base (>=4.5 && <5)
- bitvec (>=1.0 && <1.2)
- bytestring (>=0.9 && <1.0)
- primitive (>=0.3 && <0.8)
- vector (>=0.6 && <0.14)
- if !impl(ghc>=7.8)
- tagged (>=0.4 && <0.9)
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 | Enabled |
properties | Enable the quickcheck tests | Enabled |
llvm | Build using llvm | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info