Dependencies for parallel-io-0.3.4
Libraries
parallel-io
- base (>=4 && <5)
- containers (>=0.2 && <0.6)
- extensible-exceptions (>0.1.0.1)
- random (>=1.0 && <1.3)
Executables
benchmark
- if !flag(benchmark)
- buildable: False
- base (>=4 && <5)
- containers (>=0.2 && <0.6)
- extensible-exceptions (>0.1.0.1)
- random (>=1.0 && <1.3)
- time (>=1)
tests
- if !flag(tests)
- buildable: False
- base (>=4 && <5)
- containers (>=0.2 && <0.6)
- extensible-exceptions (>0.1.0.1)
- HUnit (>=1.2 && <2)
- random (>=1.0 && <1.3)
- test-framework (>=0.1.1)
- test-framework-hunit (>=0.1.1)
fuzz
- if !flag(fuzz)
- buildable: False
- base (>=4 && <5)
- containers (>=0.2 && <0.6)
- extensible-exceptions (>0.1.0.1)
- random (>=1.0 && <1.3)
fuzz-seq
- if !flag(fuzz)
- buildable: False
- base (>=4 && <5)
- containers (>=0.2 && <0.6)
- extensible-exceptions (>0.1.0.1)
- random (>=1.0 && <1.3)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
benchmark | Build the benchmarking tool | Disabled |
fuzz | Build the fuzzing tool for discovering deadlocks | Disabled |
tests | Build the test runner | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info