Dependencies for lvish-1.1.1.2
Libraries
lvish
- async
- atomic-primops (>=0.4)
- base (>=4.6 && <=4.8)
- bits-atomic
- deepseq (>=1.3)
- ghc-prim
- lattices (>=1.2)
- missing-foreign
- random
- transformers
- vector (>=0.10)
- if flag(newcontainers)
- containers (>=0.5.3.2)
- containers (>=0.5)
- if flag(generic)
- par-classes (>=1.0 && <2.0)
- par-collections (>=1.0 && <2.0)
- if flag(debug)
- if flag(chaselev)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Activate additional debug assertions, and printed output. | Disabled |
chaselev | Use the Chase-Lev work-stealing deque | Disabled |
newcontainers | Use a pre-release version of containers to enable splitting. | Disabled |
getonce | Ensure that continuations of get run at most once (by using extra synchronization) | Disabled |
generic | Use (forthcoming) generic interfaces for Par monads. | Disabled |
beta | These features are in beta and not fully supported yet. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info