Dependencies for cloud-haskell-0.0.1.0
Libraries
cloud-haskell
- distributed-process (>=0.5.0 && <0.6)
- distributed-process-platform (>=0.1.0 && <0.2)
- distributed-static (>=0.3.0.0 && <0.4)
- network-transport (>=0.4.0.0 && <0.5)
- rank1dynamic (>=0.2.0.0 && <0.3)
- if flag(tcp)
- network-transport-tcp (>=0.4.0 && <0.5)
- if flag(simplelocalnet)
- distributed-process-simplelocalnet (>=0.2.1.0 && <0.3)
- if flag(p2p)
- distributed-process-p2p (>=0.1.2.2)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
tcp | Enable the network-transport-tcp Network.Transport backend | Disabled |
simplelocalnet | Enable the simplelocalnet cloud haskell (topology) backend | Disabled |
p2p | Enable the p2p cloud haskell (topology) backend | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info