cloud-haskell

The Cloud Haskell Application Platform

http://github.com/haskell-distributed/cloud-haskell

Latest on Hackage:0.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Tim Watson
Maintained by Facundo Domínguez

Cloud Haskell is a set of libraries that bring Erlang-style concurrency and distribution to Haskell programs. This project is an implementation of that distributed computing interface, where processes communicate with one another through explicit message passing rather than shared memory.

This package is just a convenient wrapper around the distributed-process-platform, distributed-process and network-transport packages, so they can be installed with a single cabal install cloud-haskell command.

The package also comes with flags to enable different Network.Transport and Cloud Haskell (network topology) backends.