distributed-process

Cloud Haskell: Erlang-style concurrency in Haskell

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

Version on this page:0.7.6@rev:1
LTS Haskell 11.22:0.7.4
Stackage Nightly 2024-05-21:0.7.6@rev:2
Latest on Hackage:0.7.6@rev:2

See all snapshots distributed-process appears in

BSD-3-Clause licensed by Duncan Coutts, Nicolas Wu, Edsko de Vries
Maintained by Tim Watson
This version can be pinned in stack with:distributed-process-0.7.6@sha256:b60cd74ad19719cd90978301d04ab1cb26984284edc67880110a5430461b483d,7790

This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (ttps://simon.peytonjones.org/haskell-cloud/), although some of the details are different. The precise message passing semantics are based on A unified semantics for future Erlang by Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle. You will probably also want to install a Cloud Haskell backend such as distributed-process-simplelocalnet.